body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
}

label {
    font-weight: bold;
}

select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

#weather-data {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fafafa;
}

#extreme-temperatures {
    justify-content: center;
    align-items: center;
    justify-items: center;
}

a {
    font-weight: bold;
    color: black;
    padding: 20px;
    text-decoration: none;
}

.menu {
    display: flex;
    justify-content: center;
    background-color: cornflowerblue;
    opacity: 0.7;
}

#extreme-temperatures {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}