#splash{align-items:center;animation:gradient 10s ease infinite;background:linear-gradient(136deg,#e6007a,#703ac2,#0070eb,#0297fb,#0ae2ff,#0297fb,#0070eb,#703ac2,#e6007a);background-size:500% 100%;display:flex;justify-content:center;overflow:hidden;position:relative}#overlay,#splash{height:100vh;width:100%}#overlay{background-color:#fff;left:0;position:absolute;top:0}#box{flex-direction:column}#box,#splash-text{align-items:center;display:flex}#splash-text{color:#fff;font-family:Inter;font-size:40px;font-style:normal;font-weight:900;letter-spacing:.06em;line-height:48px;padding:20px;position:relative;text-align:center;text-shadow:2px #00000040}#button--reset{color:#fff;font-size:16px}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 0}to{background-position:0 50%}}