body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#2c3e50;--secondary-color:#3498db;--background-color:#f5f6fa;--text-color:#2c3e50;--card-background:#fff}*{box-sizing:border-box}*,body{margin:0;padding:0}.App,body{background-color:#f5f6fa;background-color:var(--background-color)}.App{color:#2c3e50;color:var(--text-color);display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;text-align:center;width:100%}.App-header{background:linear-gradient(135deg,#2c3e50,#3498db);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));box-shadow:0 4px 6px #0000001a;color:#fff;padding:1.5rem 1rem;width:100%}.App-header h1{font-size:2rem;font-weight:700;margin:0;padding:0;text-shadow:2px 2px 4px #0003}.subtitle{font-size:1rem;margin:.5rem auto 0;opacity:.9;padding:0 1rem}main{align-items:center;display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:100%;padding:1rem;width:100%}.current-klein-meneertje{max-width:600px;padding:0 1rem;width:100%}.current-klein-meneertje h2{color:#2c3e50;color:var(--primary-color);display:inline-block;font-size:1.5rem;margin:1rem 0 1.5rem;position:relative}.current-klein-meneertje h2:after{background-color:#3498db;background-color:var(--secondary-color);bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:40px}.profile-card{background:#fff;background:var(--card-background);border-radius:12px;box-shadow:0 4px 12px #0000001a;margin:0 auto;padding:1.5rem;transition:transform .3s ease;width:100%}.profile-card:hover{transform:translateY(-5px)}.profile-content h3{color:#2c3e50;color:var(--primary-color);font-size:1.8rem;margin-bottom:1rem}.description{color:#666;font-size:1rem;line-height:1.5;margin-bottom:1rem;padding:0 .5rem}.date{color:#3498db;color:var(--secondary-color);font-size:.9rem;font-style:italic;margin-top:.5rem}footer{background-color:#2c3e50;background-color:var(--primary-color);color:#fff;font-size:.8rem;margin-top:2rem;padding:1rem;width:100%}@media (min-width:768px){.App-header{padding:2rem}.App-header h1{font-size:2.5rem}.subtitle{font-size:1.1rem;max-width:80%}main{padding:2rem 1rem}.current-klein-meneertje h2{font-size:1.8rem}.profile-card{padding:2rem}.profile-content h3{font-size:2rem}.description{font-size:1.1rem;padding:0 1rem}}@media (min-width:992px){.App-header{padding:2.5rem}.App-header h1{font-size:3rem}.subtitle{font-size:1.2rem;max-width:70%}.profile-card{padding:2.5rem}.description{margin:0 auto 1rem;max-width:80%}}@media (max-width:320px){.App-header h1{font-size:1.8rem}.subtitle{font-size:.9rem}.profile-card{padding:1rem}.profile-content h3{font-size:1.5rem}.description{font-size:.9rem}}
/*# sourceMappingURL=main.9c70dcb0.css.map*/