:root{font-family:sans-serif;color-scheme:dark;color:#fff}#root{height:100%;margin:0 auto;font-size:1rem;z-index:100;position:relative}body,html{width:100%;height:100%;padding:0;margin:0;position:relative}#logo{animation:rotate 5s linear infinite}#networks{display:flex;align-items:center;justify-content:center;position:fixed;top:40px;left:40px;gap:25px;z-index:101}#networks a{cursor:pointer}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}section{position:relative;width:100%;height:100vh;overflow:hidden;background-color:#4779f7}.wave{position:absolute;bottom:0;left:0;width:100%;height:20vh;background:url(https://i.imgur.com/DLD3N2t.png);background-size:100vw 20vh}.wave1{animation:animate 20s linear infinite;z-index:15;opacity:.5;animation-delay:0s;bottom:0}.wave2{animation:animate2 15s linear infinite;z-index:10;opacity:.3;animation-delay:-5s;bottom:10px}.wave3{animation:animate 10s linear infinite;z-index:5;opacity:.2;animation-delay:-2s;bottom:15px}.wave4{animation:animate2 5s linear infinite;z-index:1;opacity:.1;animation-delay:-5s;bottom:20px}@keyframes animate{0%{background-position-x:0}to{background-position-x:100vw}}@keyframes animate2{0%{background-position-x:0}to{background-position-x:-100vw}}#ca{font-weight:700;font-size:1.2rem;position:absolute;top:40px;right:40px}#timer{font-size:3rem;background:linear-gradient(to right,#7953cd 20%,#00affa 30%,#0190cd 70%,#764ada 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;background-size:500% auto;animation:textShine 5s ease-in-out infinite alternate}@keyframes textShine{0%{background-position:0% 50%}to{background-position:100% 50%}}
