@keyframes swim1{to{transform:translateX(700%)}}@keyframes swim2{to{transform:translateX(700%)}}@keyframes swim3{to{transform:translateX(700%)}}@keyframes swim4{to{transform:translateX(700%)}}@keyframes swim5{to{transform:translateX(700%)}}@keyframes swim6{to{transform:translateX(700%)}}@keyframes swim7{to{transform:translateX(700%)}}@keyframes swim8{to{transform:translateX(700%)}}.fish-tank{width:100%;overflow:hidden;background-color:aliceblue;margin-bottom:2vh;position:relative}.fish-background{height:0;width:12%;z-index:0;overflow:inherit;position:relative}.fish-tank h2{font-size:8vh;text-align:center;margin-bottom:-15%;padding:0}.fish-background img{width:5vh;height:5vh}.yellowFin-fish .fish1{animation:swim1 10s infinite}.yellowFin-fish .fish2{animation:swim2 12s infinite}.yellowFin-fish .fish3{animation:swim3 14s infinite}.yellowFin-fish .fish4{animation:swim4 16s infinite}.yellowFin-fish .fish5{position:relative;top:-45vh;animation:swim5 18s infinite}.yellowFin-fish .fish6{position:relative;top:-55vh;animation:swim6 20s infinite}.yellowFin-fish .fish7{position:relative;top:-65vh;animation:swim7 22s infinite}.yellowFin-fish .fish8{position:relative;top:-75vh;animation:swim8 24s infinite}.yellowFin-sea-fish .fish1{position:relative;top:-5vh;animation:swim1 11s infinite}.yellowFin-sea-fish .fish2{position:relative;top:-35vh;animation:swim2 13s infinite}.yellowFin-sea-fish .fish3{position:relative;top:-25vh;animation:swim3 15s infinite}.yellowFin-sea-fish .fish4{position:relative;top:-35vh;animation:swim4 17s infinite}.yellowFin-sea-fish .fish5{position:relative;top:-45vh;animation:swim5 19s infinite}.yellowFin-sea-fish .fish6{position:relative;top:-55vh;animation:swim6 21s infinite}.yellowFin-sea-fish .fish7{position:relative;top:-65vh;animation:swim7 23s infinite}.yellowFin-sea-fish .fish8{top:-75vh;position:relative;animation:swim8 25s infinite}.blueFin-sea-fish .fish1{top:-55vh;position:relative;animation:swim1 12s infinite reverse}.blueFin-sea-fish .fish2{position:relative;top:-15vh;animation:swim2 14s infinite reverse}.blueFin-sea-fish .fish3{position:relative;top:-25vh;animation:swim3 16s infinite reverse}.blueFin-sea-fish .fish4{position:relative;top:-35vh;animation:swim4 18s infinite reverse}.blueFin-sea-fish .fish5{position:relative;top:-45vh;animation:swim5 20s infinite reverse}.blueFin-sea-fish .fish6{position:relative;animation:swim6 22s infinite reverse}.blueFin-sea-fish .fish7{position:relative;top:-65vh;animation:swim7 24s infinite reverse}.blueFin-sea-fish .fish8{position:relative;top:-88vh;animation:swim8 26s infinite reverse}.fish-tank img{transition:transform .2s ease-out}.fish-tank img:hover{transform:scale(1.2)}.fish-background img{transition:transform .2s ease-out}.fish-background img:hover{transform:scale(1.2)}@media screen and (max-width:1050px){.fish-background img{width:4vh;height:4vh}}@media screen and (max-width:480px){.blueFin-sea-fish{margin-top:-30%}.yellowFin-fish{margin-top:-25%}.fish-tank h2{margin-top:10vh;font-size:1vh}.fish-background img{width:3vh;height:3vh}}@keyframes animate{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(1turn)}}.CubeContainer{position:relative;left:50%;transform:skewY(-20deg);animation:animate 5s linear infinite}.cube{position:relative;z-index:2}.cube:nth-child(2){z-index:1;translate:-60px -60px}.cube:nth-child(3){z-index:3;translate:60px 60px}.cube div{position:absolute;display:flex;flex-direction:column;gap:30px;translate:calc(-70px * var(--x)) calc(-60px * var(--y))}.cube span{position:relative;display:inline-block;width:50px;height:50px;background:#dcdcdc;z-index:calc(1 * var(--i));transition:1.5s}.cube span:hover{filter:drop-shadow(0 0 30px #ef4149)}.cube span:hover,.cube span:hover:after,.cube span:hover:before{transition:0s;background:#ef4149}.cube span:before{left:-40px;width:40px;height:100%;background:#fff;transform-origin:right;transform:skewY(45deg)}.cube span:after,.cube span:before{content:"";position:absolute;transition:1.5s}.cube span:after{top:-40px;left:0;width:100%;height:40px;background:#f2f2f2;transform-origin:bottom;transform:skewX(45deg)}