body {
    background-image: url(https://img.freepik.com/premium-photo/map-world-pastel-pink-background_60487-2207.jpg?w=826);
    font-family: sans-serif;
    transition:  0.5s ease-in-out;
    background-size: cover;
    background-position: center;
}

.container {
    background-image: url(https://img.freepik.com/premium-photo/map-world-pastel-pink-background_60487-2207.jpg?w=826);
    max-width: 600px;
    margin: 60px auto;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px; 
}

h1 {
    text-align: center;
    font-family: sans-serif;
    font-size: 30px;
}

h2 {
    margin: 0 0 5px;
    font-size: 28px;
}

select {
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 4px;
    border-color: pink;
    padding: 10px;
}

.city {
    background-image: url(https://img.freepik.com/premium-photo/map-world-pastel-pink-background_60487-2207.jpg?w=826);
    border-radius: 15px;
    display: flex;
    margin: 5px 10px;
    justify-content: space-between;
    padding: 80px  0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.city:last-child {
    border: none;
}

.date {
    opacity: 0.7;
}

.time {
    font-size: 48px;
    font-weight: bold;
}

.time small {
    font-size: 24px;
    vertical-align: middle;
    line-height: 48px;
}

footer {
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
 }
.cities{
    background-color: aquamarine;
}
 