.logo_container{animation:RotateLogo 3s ease-out}@keyframes RotateLogo{from{transform:rotateX(360deg);opacity:0}to{transform:rotateX(0);opacity:1}}