body
{
    background: url('../../images/worldpic.png') no-repeat center center fixed;
    background-size: cover; /* Ensures the image covers the entire screen */
}
/* Namespace for Language Support Page */
.language {
    max-width: 800px;
    margin: 10px auto;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.language-header {
    text-align: center;
    padding: 1.5rem 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 2rem;
}

.language-header h1 {
    font-size: 2.5rem;
    color: #000000;
}

.language h2 {
    font-size: 1.75rem;
    color: #000000;
    margin-bottom: 1rem;
}

.language p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #555;
}

.language a {
    color: #2e61fc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.language a:hover {
    color: #f0a500;
}

/* Membership Section */
.language-membership {
    margin-bottom: 2rem;
}

/* Contractor Section */
.language-contractors {
    margin-bottom: 2rem;
}

.language-contractors p {
    margin-bottom: 1.5rem;
}

/* Links Section */
.language-links {
    margin-top: 2rem;
    text-align: center;
}
