@import url(https://fonts.googleapis.com/css2?family=Lato:ital@0;1&family=Yellowtail&display=swap);#content,#waves{width:100vw;height:100vh}body{overflow:hidden;background:#000}#waves{animation:3s forwards fadeIn;position:absolute;top:0;left:0;z-index:1;filter:blur(4px)}#content{position:relative;z-index:2;display:flex;justify-content:center;animation:5s forwards fadeIn}#content>.flex-row{display:flex;flex-direction:column;margin-top:10%}h1{font-family:Yellowtail,serif;color:#fff;font-size:90px;margin-bottom:10px;margin-top:0}iframe{align-self:center}@media screen and (max-width:768px){h1{font-size:75px;text-align:center}.flex-row{justify-content:center;margin-top:0!important}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}