@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.rotating{-webkit-animation:rotating 60s linear infinite;-moz-animation:rotating 60s linear infinite;-ms-animation:rotating 60s linear infinite;-o-animation:rotating 60s linear infinite;animation:rotating 60s linear infinite;scale:2.3}.waves{position:relative;width:100%;height:15vh;margin-bottom:-7px;min-height:100px;max-height:150px}.parallax>use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}.parallax>use:nth-child(1){animation-delay:-2s;animation-duration:7s}.parallax>use:nth-child(2){animation-delay:-3s;animation-duration:10s}.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:13s}.parallax>use:nth-child(4){animation-delay:-5s;animation-duration:20s}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}body{padding:0;margin:0;font-family:Roboto,sans-serif}#root{background-color:#f8f8f8}.App{text-align:center}::selection{background:#23ce9a;color:#fff;text-shadow:none}::-webkit-selection{background:#23ce9a;color:#fff;text-shadow:none}::-moz-selection{background:#23ce9a;color:#fff;text-shadow:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}::-webkit-scrollbar{height:.5rem;width:.5rem;border-radius:.2rem}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:.2rem}::-webkit-scrollbar-thumb{background:#888;border-radius:.2rem}::-webkit-scrollbar-thumb:hover{background:#555;border-radius:.2rem}
