﻿.m-container {
    width: 100%;
    padding: 2rem;
    background: #fff3cd;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/*664d03*/
.m-h1 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -1px;
    color: #664d03;
    margin-bottom: 2rem;
}

.m-h2 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -1px;
    color: #664d03;
    margin-bottom: 2rem;
}

.m-p {
    font-size: 1.1rem;
    line-height: 1.5;
}

.m-loader {
    margin: 1.5rem auto;
    width: 50px;
    height: 50px;
    border: 6px solid #eee;
    border-top: 6px solid #2a4d91;
    border-radius: 50%;
    animation: spin 1.2s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.m-footer {
    margin-top: 2rem;
    font-size: 0.9rem;
    color: #777;
}

.m-body {
    display: flex;
    justify-content: center;
    align-items: center;
}
