body{background:#efe8e1;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;margin:0;padding:0;display:flex;overflow:hidden}#logo{width:500px;height:100px}.preloader{width:80px;height:80px;padding:3rem 0;display:inline-block;position:relative}.preloader div{box-sizing:border-box;border:8px solid #0000;border-top-color:#e07100;border-radius:50%;width:64px;height:64px;margin:8px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite preloader;display:block;position:absolute}.preloader div:first-child{animation-delay:-.45s}.preloader div:nth-child(2){animation-delay:-.3s}.preloader div:nth-child(3){animation-delay:-.15s}@keyframes preloader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
