* { margin: 0px; padding: 0px; } #main { width: 100%; height: 100vh; overflow: hidden; background-color: #b1e1e2; animation: sky linear 20s infinite; } #title { width: 1000px; position: absolute; top: 68%; left: 50%; transform: translate(-50%, 150%); font: 92px/1 "Poiret one"; color: #fff; text-align: center; animation: day linear 20s infinite; } section{ width: 1000px; height: 500px; position: ..