﻿.loader-box {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader-text {
    margin-top: 1rem;
    font-weight: 600;
}
