*{
    box-sizing: border-box;
}

.loading-page {
    position: fixed;
    top: 50%;
    left: 50%;
    /* display: flex; */
    transform: translate(-50%, -50%);
    flex-direction: column;
    text-align: center;
    display: none;
}