body {
    font-family: 'Assistant', sans-serif;
    margin: 0;
    background-color: white;
    color: #333;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    padding-top: 10px; /* Reduced space at the top */
}

.logo img {
    width: 200px;
    margin-bottom: 10px; /* Reduced space between the logo and the heading */
}

.title h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.region-selection {
    margin-bottom: 20px;
}

.region-selection label {
    margin-right: 20px;
    font-size: 18px;
}

.start-button {
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
}

.feedback {
    text-align: center;
}

.error-message {
    color: red;
    margin-bottom: 20px;
}

.countdown {
    font-size: 24px;
}
