.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000073;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999}.loading-screen .loading img{width:100px;height:100px;animation:spin 2s linear infinite}.loading-screen .loading-title{font-size:3.2rem;font-weight:700;color:#fff;margin-top:15px;text-align:center}@media screen and (max-width: 575px){.loading-screen .loading img{width:43px;height:43px}.loading-screen .loading-title{font-size:1.4rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hidden{display:none}
