.preloader-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;background-color:#fff;position:fixed;top:0;left:0;z-index:9999}.preloader-circle{border:8px solid #f3f3f3;border-top-color:#034ea3;border-radius:50%;width:60px;height:60px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}