body {
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
}

.container {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 20px;
}

h1 {
    text-align: center;
}

.city {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #fafafa;
}

.city-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.city-header h2 {
    margin: 0;
    font-size: 24px;
}

.time {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.date {
    font-size: 14px;
    color: #666;
}

.home-link {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
}

        .home-link:hover {
            text-decoration: underline;
        }

footer {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}
