.footer{margin:0;padding:0;box-sizing:border-box}.footer{position:relative;width:100%;background:#9a6b78;min-height:20px;padding:20px 50px;display:flex;justify-content:center;align-items:center;flex-direction:column}.menu__link{font-size:1.2rem;color:#fff;margin:0 10px;display:inline-block;transition:.5s;text-decoration:none;opacity:.75;font-weight:300}.menu__link:hover{opacity:1}.footer p{color:#fff;margin:15px 0 10px 0;font-size:1rem;font-weight:300}.wave{position:absolute;top:-100px;left:0;width:100%;height:100px;background:url(/img/waveSakura.png);background-size:1000px 100px}.wave#wave1{z-index:1000;opacity:1;bottom:0;animation:animateWaves 4s linear infinite}.wave#wave2{z-index:999;opacity:.5;bottom:10px;animation:animate 4s linear infinite!important}.wave#wave3{z-index:1000;opacity:.2;bottom:15px;animation:animateWaves 3s linear infinite}.wave#wave4{z-index:999;opacity:.7;bottom:20px;animation:animate 3s linear infinite}@keyframes animateWaves{0%{background-position-x:1000px}100%{background-position-x:0}}@keyframes animate{0%{background-position-x:-1000px}100%{background-position-x:0}}