*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#000,#800020,#000);min-height:100vh}#root{min-height:100vh}.waveWrapper{position:fixed;bottom:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1}.waveWrapperInner{position:absolute;width:100%;overflow:hidden;height:100%;bottom:-1px}.wave{position:absolute;left:0;width:200%;height:100%;background-repeat:repeat no-repeat;background-position:0 bottom;transform-origin:center bottom}.waveTop{background-size:50% 100px}.waveMiddle{background-size:50% 120px}.waveBottom{background-size:50% 100px}.waveAnimation .waveTop{animation:move_wave 10s linear infinite}.waveAnimation .waveMiddle{animation:move_wave 15s linear infinite}.waveAnimation .waveBottom{animation:move_wave 20s linear infinite}@keyframes move_wave{0%{transform:translate(0) translateZ(0) scaleY(1)}50%{transform:translate(-25%) translateZ(0) scaleY(.5)}to{transform:translate(-50%) translateZ(0) scaleY(1)}}
