@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}#preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#f8f6f3;display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .6s ease}.preloader-logo img{width:200px;animation:pulse 1.5s infinite ease-in-out}