*,*:before,*:after{box-sizing:border-box}*{margin:0}body{background-color:#030712;color:#f5f5f5;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;margin:0;overflow:hidden;text-align:center}h1{position:absolute;top:50%;left:50%;transform:translate(-50%,-65%);z-index:2;font-size:5rem;color:#f5f5f5;pointer-events:none;text-shadow:0 0 05px #03e9f4,0 0 25px #03e9f4,0 0 50px limegreen,0 0 75px limegreen}.wrapper{margin-top:2rem;width:90%;max-width:1536px;margin-inline:auto;height:100px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(to right,#0000,#000 20%,#000 80%,#0000);mask-image:linear-gradient(to right,#0000,#000 20%,#000 80%,#0000)}@keyframes scrollLeft{to{left:-200px}}@keyframes scrollRight{to{right:-200px}}.itemLeft,.itemRight{width:200px;height:100px;z-index:-2;border-radius:6px;position:absolute;animation-timing-function:linear;animation-duration:30s;animation-iteration-count:infinite}.itemLeft{left:max(1600px,100%);animation-name:scrollLeft;background-color:#39ff14}.itemLeft:hover{background:#03e9f4;z-index:-1;box-shadow:0 0 05px #03e9f4,0 0 25px #03e9f4,0 0 50px #03e9f4,0 0 75px #03e9f4}.itemRight:hover{background:#39ff14;z-index:-1;box-shadow:0 0 05px #39ff14,0 0 25px #39ff14,0 0 50px #39ff14,0 0 75px #39ff14}.itemRight{right:max(1600px,calc(100% + 200px));animation-name:scrollRight;background-color:#03e9f4}.item1{animation-delay:-26.25s}.item2{animation-delay:-22.5s}.item3{animation-delay:-18.75s}.item4{animation-delay:-15s}.item5{animation-delay:-11.25s}.item6{animation-delay:-7.5s}.item7{animation-delay:-3.75s}.item8{animation-delay:-0s}#enter-btn{position:absolute;margin-top:25px;left:50%;transform:translate(-50%);background-color:#39ff14;width:fit-content;padding:10px;border:none;border-radius:5px;font-weight:700;font-size:1.5em;text-decoration:none}#enter-btn:hover{background:#03e9f4;z-index:100;box-shadow:0 0 05px #03e9f4,0 0 25px #03e9f4,0 0 50px #03e9f4,0 0 75px #03e9f4}@media (max-width: 768px){h1{font-size:3rem}.itemLeft,.itemRight{width:150px;height:75px}#enter-btn{width:70px;font-size:1em}}
