.loader-text {
    background-color: #e20613;
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader-logo {
    width: 60%;
    max-width: 260px;
    transform: scale(0.8);
    opacity: 0;
    will-change: transform, opacity;
}