body {
    font-family: 'Poppins', sans-serif;
    background-color: #e9f5e1;
    padding: 20px;
    text-align: center;
}

h1 {
    color: #2a9d8f;
}

.content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

button {
    padding: 10px 20px;
    background-color: #f4a261;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

button:hover {
    background-color: #e76f51;
}

.quiz-section {
    margin-top: 20px;
}

.correct {
    color: #2a9d8f;
}

.incorrect {
    color: #e63946;
}

.map-image {
    width: 600px;
    height: auto;
    margin-top: 20px;
}

ul {
    list-style-type: none;
    padding: 0;
}
