.loading{height:100vh;width:100%;background-color:#ebe8e8;z-index:1000}.loading,.loading .loading-content{display:flex;justify-content:center;align-items:center}.loading .loading-content{border:2px solid #000;padding:2px;border-radius:20rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}