@font-face{font-family:'Kill The Noise';src:url('ktn.otf') format('opentype');font-weight:normal;font-style:normal}body{margin:0;font-family:'Kill The Noise',sans-serif;background-color:#000;color:#ff0;display:flex;justify-content:center;align-items:center;height:100vh;overflow:hidden}.background-image{position:absolute;top:-50px;left:-50px;right:-50px;bottom:-50px;background-image:url('imgimg.jpg');background-size:cover;background-position:center;transition:transform .2s ease-out;z-index:-1}.container{text-align:center;padding:2rem;border:2px solid #ff0;border-radius:10px;background-color:rgba(0,0,0,.9);animation:fadeIn 2s ease-in-out;position:relative;z-index:1}@keyframes fadeIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.nickname{font-size:4rem;color:#ff0;margin-bottom:1rem}.about-me h2,.social-links h2{font-size:2rem;color:#ff0;margin-bottom:1rem}.about-me p{font-size:1.2rem;line-height:1.6;max-width:600px;margin:0 auto}.social-links ul{list-style:none;padding:0;margin-top:1rem}.social-links li{display:inline-block;margin:0 1rem}.social-links a{font-size:1.5rem;color:#ff0;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#fff}