body {
  background-color: #f893b5;
  font-family: sans-serif;
}

h1 {
  font-size: 48px;
  color: #fb0171;
  font-family: fantasy, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
    sans-serif;
  text-align: center;
  margin: 20px 0;
  text-shadow: 0 0 5px #f286b8, 0 0 10px #fc307e, 0 0 20px #fc40a7,
    0 0 40px #f98bc7, 0 0 80px #f8c9db;
}

h2 {
  margin: 0 0 5px;
  font-size: 28px;
  color: #e3b6b6;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.container {
  max-width: 600px;
  margin: 0 auto;
  background: rgb(21, 0, 0);
  padding: 60px;
  box-shadow: 10px 5px 5px rgb(218, 182, 182);
  border-radius: 10px;
}

select {
  display: block;
  width: 100%;
  color: rgb(10, 11, 11);
  font-size: 18px;
  background-color: burlywood;
  border-radius: 4px;
  padding: 10px;
}

.city {
  margin-bottom: 24px;
  padding: 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

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

.top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.date {
  margin-top: 4px;
  font-size: 0.9rem;
  color: rgb(249, 188, 188);
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.time {
  font-size: 30px;
  font-weight: bold;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #f8c9db;
}

.time small {
  font-size: 20px;
  vertical-align: middle;
  line-height: 48px;
  font-weight: normal;
}

footer {
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
  color: #250303;
}
