﻿.loading-page {
    width: 100%;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.loading-progress {
    width: 12rem;
    height: 12rem;
}
