body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f0f0f0;
    color: #333;
}

h1 {
    margin-top: 20px;
}

#timezones {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.timezone {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.time {
    font-weight: bold;
}
