body {
  /*background-color: plum; */
  background-image: url(https://static.vecteezy.com/system/resources/thumbnails/013/531/093/small_2x/world-map-connection-futuristic-modern-website-background-or-cover-page-for-technology-and-finance-concept-and-education-future-company-vector.jpg);
  font-family: serif;
}
h1 {
  text-align: center;
  font-family: serif;
  font-size: 52px;
}
h2 {
  font-size: 30px;
  margin: 0 0 5px;

}
select {
  display: block;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  border-radius: 12px;
}
.container {
  max-width: 600px;
  background: white;
  padding: 30px;
  margin: 50px auto;
  box-shadow: 10px 10px 20px rgba(9, 2, 0, 0.2);
  border-radius: 12px;
}
.city {
  display: flex;
  justify-content: space-between;
  margin: 26px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}
.city:last-child {
  border-bottom: none;
}

.date {
  opacity: 0.7;
}
.time {
  font-size: 46px;
  font-weight: bold;
}
.time small {
  font-size: 23px;
  line-height: 36px;
  vertical-align: middle;
}
a {
  /*text-decoration: none; */
}
a:visited {
  cursor: pointer;
  color: purple;
}
a:hover {
  color: darkviolet;
  text-decoration: underline;
}
strong {
  color: black;
}
footer {
  text-align: center;
  font-size: 12px;
  font-family: monospace;
 
}
.footer {
  padding: 8px;
  margin: 60px auto;
  background-color: white;
  max-width: 650px;
  border-radius: 12px;
}
