body {
  background-image: url(https://media.istockphoto.com/id/2186884332/photo/coconut-palm-trees-and-beautiful-turquoise-sea-on-tropical-paradise-beach.webp?a=1&b=1&s=612x612&w=0&k=20&c=VJ6LnEXPiiHh7b2PkjkXOVdXE4Bl_yJnZTCw3K9daeo=);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: sans-serif;
}

h1 {
  text-align: center;
  font-family: sans-serif;
  font-size: 36px;
  color:#008000;
}

h2 {
  margin: 0 0 5px;
  font-size: 28px;
  color:#008000;
}

select {
  display: block;
  width: 100%;
  font-size: 18px;
  border-radius: 4px;
  padding: 10px;
}

.container {
  max-width: 600px;
  margin: 60px auto;
  background: white;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}

.city {
  display: flex;
  margin: 10px 0;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.city:last-child {
  border: none;
}
.city-info {
  display: flex;
  flex-direction: column;
}

.date {
  opacity: 0.7;
  color: #d600d6;
}

.time {
  font-size: 48px;
  font-weight: bold;
  color: #008000;
}

.time small {
  font-size: 24px;
  vertical-align: middle;
  line-height: 48px;
}

footer {
  text-align: center;
  font-size: 18px;
  color: #001f3f;
}