.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:transparent;display:flex;justify-content:center;align-items:center;z-index:0}.loading-spinner{border:7px solid #f3f3f3;border-top-color:#f7ad64;border-radius:50%;width:100px;height:100px;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}