#preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--dark-bg);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeOut .5s forwards;animation-delay:1s}.preloader-logo{max-width:200px;width:50%;animation:logo-pulse 1.5s ease-in-out infinite alternate}@keyframes logo-pulse{from{transform:scale(.95);opacity:.8}to{transform:scale(1.05);opacity:1}}@keyframes fadeOut{to{opacity:0;visibility:hidden}}