body {
    font-family: 'Audiowide', cursive;
    background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/167/327/original/earth-at-night-from-space.jpg?1749048974");
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    text-align: center;
    
    font-size: 36px;
}

h2 {
    margin: 0 0 15px;
    font-size: 38px;
    font-weight: bold;
}
select {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    font-size: 18px;
}
a {
    color: #CA729E;
}

.world-clock {
    max-width: 600px;
    margin: 48px auto;
    padding: 60px;
    background: #ffffff00;
    color:aliceblue;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

   
} 

.city {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 20px 0;
}
.city:last-child {
    border: none;
}
.time {
    font-size: 48px;
    font-weight: bold;
}
.time small {
    font-size: 24px;
    vertical-align: middle;
    line-height: 48px;
}
.date {
    opacity: 0.7;
}

footer {
    text-align: center;
    font-size: 18px;
    color: #EBEEF3;
    font-style: italic;
}