body{font-family:Inter,sans-serif;margin:0;padding:0;background-color:#1e1e1e;color:#f5f5f5;line-height:1.6;display:flex;justify-content:center;align-items:center;min-height:100vh}.container{max-width:800px;padding:20px;background-color:#252526;border-radius:8px;box-shadow:0 0 10px #00000080;text-align:center}header{padding-bottom:20px;border-bottom:1px solid #3c3c3c}header h1{font-size:2.5em;color:#61afef;margin-bottom:10px}header p{font-size:1.1em;color:#9cdcfe}.profile-img{border-radius:50%;width:150px;height:150px;object-fit:cover;margin-bottom:20px;border:5px solid #666}.section{margin-top:30px}.section h2{font-size:2em;color:#e06c75;margin-bottom:20px;border-bottom:1px solid #3c3c3c;padding-bottom:10px}.section p{font-size:1.1em;color:#dcdcdc}.contact-section{margin-top:30px}.contact-section a{display:inline-block;padding:10px 20px;background-color:#61afef;color:#1e1e1e;text-decoration:none;border-radius:5px;font-size:1.1em;transition:background-color .3s ease;margin-top:10px}.contact-section a:hover{background-color:#468aca}footer{margin-top:30px;padding-top:20px;border-top:1px solid #3c3c3c;font-size:.9em;color:#b1b1b1}@media(max-width:600px){.container{padding:15px}header h1{font-size:2em}.section h2{font-size:1.5em}}
