body{margin:0;padding:0;display:flex;flex-direction:column;background:#ECDBC3;align-items:center;justify-content:center;min-height:100vh;overflow:hidden}#logo{width:500px;height:100px}.preloader{padding:3rem 0;display:inline-block;position:relative;width:80px;height:80px}.preloader div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid #E07100;border-radius:50%;animation:preloader 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#E07100 transparent transparent transparent}.preloader div:nth-child(1){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)}}
