body {
    font-family: Arial, sans-serif;
    background-color: #f0f8ff;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
}

.city {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    margin: 10px;
    background-color: #fff;
    display: inline-block;
    width: 200px;
}

.weather {
    font-size: 24px;
    margin: 5px 0;
}

.temperature {
    font-size: 20px;
    color: #333;
}

.city-name {
    font-weight: bold;
}
