@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.splash-screen{position:fixed;top:0;left:0;width:100vw;height:100dvh;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;animation:fadeIn 1s ease-in-out forwards}.splash-screen .logo{height:10rem;width:41.6rem}