body{background-color:#1d1d1b;height:100vh;max-height:100vh;margin:0}body main{width:100%;height:100%;visibility:hidden;opacity:0;animation:animatedBackground 4s;animation-fill-mode:forwards}@keyframes animatedBackground{0%{visibility:hidden;opacity:0}to{visibility:visible;opacity:1}}body .container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}@media screen and (max-width: 800px){body img{width:75%}}@media screen and (min-width: 800px){body img{width:30%}}
