body {
  background: linear-gradient(to right, rgb(242, 112, 156), rgb(255, 148, 114));
  font-family: "Bad Script", cursive;
  font-family: "Playfair Display", serif;
  font-family: "Poppins", sans-serif;
}

h1 {
  text-align: center;
  font-size: 30px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

h2 {
  margin: 0 0 10px;
  font-size: 18px;
}

select {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
}

small {
  font-size: 10px;
  vertical-align: middle;
}

.link {
  display: block;
  text-align: center;
}

.container {
  max-width: 600px;
  margin: 60px auto;
  background-color: #fcf8f3;
  padding: 40px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.city {
  display: flex;
  justify-content: space-evenly;
  margin: 10px 0;
  padding: 20px 0;
  border-bottom: 1px dashed grey;
}

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

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

.date {
  opacity: 0.6;
}

footer {
  text-align: center;
}

@media (min-width: 800px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 30px;
  }
  small {
    font-size: 30px;
  }
  .time {
    font-size: 48px;
    font-weight: bold;
  }
}
