html,body,.container{box-sizing:border-box;background:#020202;width:100dvw;height:100dvh}body{color:#fff;text-align:center;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:2rem}.container{flex-direction:column;justify-content:center;align-items:center;padding:4rem;display:flex}.logo{aspect-ratio:1;background:url(prism-retro-title.f3aefdee.avif) 50%/contain no-repeat;width:50%}p{font-weight:300}.links{gap:4rem;display:flex}.links a{color:#add8e6;text-decoration:none;position:relative}.links a:before{content:"";background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab) 0 0/400% 400%;width:100%;height:5px;animation:5s infinite gradient;display:none;position:absolute;bottom:-10px;left:0}.links a:nth-child(2):before{background:linear-gradient(90deg,#2ab457 0%,#0b507c 49%,#2e2c7e 100%) 0 0/400% 400%}.links a:nth-child(3):before{background:linear-gradient(90deg,#fbee31 0%,#e16125 49%,#d02735 100%) 0 0/400% 400%}.links a:hover:before{display:block}@keyframes gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (max-width:600px){.logo{width:70%}p{font-size:1rem}.links{flex-direction:column;gap:2rem}}