.splash-screen{width:100vw;height:100vh;background-color:#000;position:fixed;display:flex;justify-content:center;align-items:center;z-index:1000}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.splash-screen img{animation:fadeIn 2s ease-out forwards;width:150px}.splash-screen.fade-out{animation:fadeOut .5s ease-out forwards}.no-scroll{overflow:hidden}@media (max-width: 1024px){.splash-screen img{width:80px}}
