*{margin:0;padding:0;box-sizing:border-box}body{display:flex;justify-content:center;align-items:center;height:100vh;font-family:'Mulish',sans-serif;background-color:#000;position:relative;overflow:hidden}canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.profile-card{position:relative;background:rgb(255 255 255 / .1);padding:40px;border-radius:15px;box-shadow:0 10px 30px rgb(0 0 0 / .5);text-align:center;width:350px;z-index:1;transition:transform 0.5s ease,box-shadow 0.5s ease;perspective:1000px;cursor:default;&:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 30px 60px rgb(255 255 255 / .2),0 0 100px rgb(255 255 255 / .5),0 0 20px 10px red;animation:rgbShadow 3s infinite}}@keyframes rgbShadow{0%{box-shadow:0 30px 60px rgb(255 255 255 / .2),0 0 100px rgb(255 255 255 / .5),0 0 20px 10px red}33%{box-shadow:0 30px 60px rgb(255 255 255 / .2),0 0 100px rgb(255 255 255 / .5),0 0 20px 10px lime}66%{box-shadow:0 30px 60px rgb(255 255 255 / .2),0 0 100px rgb(255 255 255 / .5),0 0 20px 10px blue}100%{box-shadow:0 30px 60px rgb(255 255 255 / .2),0 0 100px rgb(255 255 255 / .5),0 0 20px 10px red}}.profile-card h3{font-family:'Montserrat',sans-serif;font-size:48px;font-weight:900;text-transform:uppercase;letter-spacing:2px;color:#fff;margin-bottom:10px;text-shadow:0 5px 15px rgb(0 0 0 / .5);background:linear-gradient(90deg,red,green,blue);background-clip:text;-webkit-background-clip:text;color:#fff0;animation:textGlow 3s ease-in-out infinite alternate}@keyframes textGlow{0%{background-position:0%}100%{background-position:100%}}.profile-card img{border-radius:50%;width:120px;margin-bottom:20px}.profile-card p{color:#bbb;font-size:18px;margin-bottom:20px}.social-icons{margin:15px 0;a{text-decoration:none;color:#bbb;margin:0 10px;font-size:24px;transition:transform 0.3s,color 0.3s;display:inline-block;&:hover{transform:translateY(-5px);color:#f60}}}.music-player{margin-top:20px;display:flex;justify-content:center;align-items:center;button{background-color:#fff0;border:none;cursor:pointer;color:#fff;font-size:30px;outline:none;&:hover{color:#f60}}}