@keyframes cog-spinning{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#wrapper{height:100dvh}body{height:100dvh;margin:0;font-family:Inter,sans-serif;font-size:20px;font-weight:700}#body{place-content:center;place-items:center;height:95%;margin:0}#footer{text-align:center;width:100%;height:5%}#centerblock{flex-direction:column;justify-content:center;align-items:center;height:300px;display:flex}#CogImg{width:100px;height:100px;animation-name:cog-spinning;animation-duration:10s;animation-timing-function:linear;animation-iteration-count:infinite;display:flex}#bottomtext{color:#000}#bottomtext:hover{color:#2e2e2e}
