*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow:hidden}.container{background:linear-gradient(135deg,#000 0%,#1a1a1a 25%,#2d2d2d 50%,#1a1a1a 75%,#000 100%) 0 0/400% 400%;justify-content:center;align-items:center;width:100vw;height:100vh;animation:8s infinite gradientShift;display:flex}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}h1{color:#fff;text-align:center;letter-spacing:-.02em;text-shadow:0 0 20px rgba(255,255,255,.3),0 0 40px rgba(255,255,255,.2),0 0 80px rgba(255,255,255,.1);-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:max(4rem,min(15vw,12rem));font-weight:900;animation:2s ease-in-out infinite alternate glow}@keyframes glow{0%{text-shadow:0 0 20px rgba(255,255,255,.3),0 0 40px rgba(255,255,255,.2),0 0 80px rgba(255,255,255,.1)}to{text-shadow:0 0 30px rgba(255,255,255,.5),0 0 60px rgba(255,255,255,.3),0 0 120px rgba(255,255,255,.2)}}@media (max-width:768px){h1{font-size:max(3rem,min(12vw,8rem))}}
