.load-screen{position:fixed;height:100vh;width:100%;top:0;left:0;background-color:#fff;z-index:1000;display:flex;flex-direction:column;justify-content:center;align-items:center}.load-screen img{margin-bottom:40px}.loader{width:48px;height:48px;border:5px solid #a29463;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
