body {
    font-family: 'Poppins', sans-serif;
    background: url('/imgs/background/back.webp') no-repeat center center/cover;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}




.container-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1e1e1e;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    margin: 20px auto;
    border: 2px solid #333;
    text-align: center;
    margin-top: 70px;
}

.container-info h1 {
    font-size: 2rem;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
    margin-top: 20px;
}

.info, .status {
    background-color: #333;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.info p, .status p {
    font-size: 1.1rem;
    color: #ffffff;
    margin: 10px 0;
}

.info strong, .status strong {
    color: #f0f0f0;
}

.avatar-container {
    margin-bottom: 20px;
}

#user-avatar {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 15px;
}

.status {
    background-color: #444;
    display: none;
}

.discord-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.button-disconnection {
    background-color: #c82333;
    color: #ffffff;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    flex: 0 1 auto;
}

.button-discord {
    background-color: #002bff;
    color: #ffffff;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.button-discord:hover {
    background-color: #0052cc;
    transform: scale(1.02);
}

.hidden {
    display: none;
}

.button-discord i {
    font-size: 1.2rem;
}



















/* .container-qcm {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1e1e1e;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    margin: 20px auto;
    border: 2px solid #333;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.container-qcm h1 {
    font-size: 2rem;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;

    text-decoration-thickness: 2px;
    margin-top: 20px;
    letter-spacing: 1px;
}

.container-qcm p {
    font-size: 1.25rem;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    line-height: 1.6;
}

.btn-qcm {
    background-color: #0066ff;
    color: #ffffff;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    font-size: 1.2rem;
    cursor: pointer;
    text-decoration: none; 
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}


.btn-qcm:hover {
    background-color: #004ecc;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.btn-qcm:active {
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
} */
