body {
    font-family: sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 80%;
    max-width: 800px;
    text-align: center;
}

.time-zones {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}

.time-zone {
    flex: 1;
    margin: 10px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-width: 200px;
}

.time-zone h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

#malaysia-time, #jakarta-time, #singapore-time, #philippines-time, #brunei-time, #selangor-time, #sarawak-time {
    font-size: 1.5em;
    font-weight: bold;
}