body {
    font-family: Arial, sans-serif;
    font-size: 100%;
    padding: 20px;
    line-height: 1.6;
    background-color: #f8f9fa;
}
.container {
    background: white;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.title {
    color:#000000; 
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.2;
    @media (min-width: 768px) {
        font-size:2rem;
    }
}
.language-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 600;
}
.intro {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 24px;
}
.language-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 600;
}
.survey-button {
    display: inline-block;
    background: #000000;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px auto;
    transition: background-color 0.3s;
}
.survey-button:hover,
.survey-button:focus {
    background: #000000;
    color: white;
}
.survey-button:focus-visible {
    outline: 4px solid #fdd421;
}
.details {
    color: #666;
    font-size: 14px;
    margin-top: 20px;
}
.logo {
    margin-bottom: 20px;
    max-width: 350px;
}