Files

10 lines
213 B
CSS

.loading {
width: 100vw;
height: 100vh;
background-color: black;
display: flex;
justify-content: center;
align-items: center;
font-family: var(--font-manrope);
text-align: center;
}