body {
  background-image: url("https://media.istockphoto.com/id/526593683/photo/time-flies.jpg?s=612x612&w=0&k=20&c=azYzsu5aOl3-wWqXqaZj7UJk2HYM0oqZ8KshHnUUFxs=");
  background-repeat: none;
  background-size: cover;
  font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 36px;
}

h2 {
  margin: 0 0 5px;
  font-size: 28px;
}

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 0;
  border-radius: 10px;
}

.city {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding: 30px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.city:last-child {
  border: none;
}

.time {
  font-size: 36px;
  font-weight: bold;
}

.time small {
  font-size: 18px;
  vertical-align: middle;
  line-height: 36px;
}
footer {
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}
