body {
  background: linear-gradient(
    89.7deg,
    rgb(0, 0, 0) -10.7%,
    rgb(53, 92, 125) 88.8%
  );
}
h1 {
  font-weight: 600;
  text-align: center;
}
.special-text {
  color: #a3a380;
  font-weight: 900;
  font-style: italic;
}

.container {
  font-family: "Roboto", sans-serif;
  background: #ffffff;
  max-width: 600px;
  display: block;
  margin: 60px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 10px 10px 10px rgba(76, 133, 181, 0.6);
}
select {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  color: black;
  border-color: #black;
  border-width: 2px;
}

h2 {
  margin: 0 0 5px;
  font-size: 24px;
}
.city {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.city:last-child {
  border: none;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.time {
  font-size: 38px;
  font-weight: bold;
}
.time small {
  font-size: 18px;
  vertical-align: middle;
}
.date {
  opacity: 0.7;
}
hr {
  opacity: 0.7;
}
footer {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: white;
  opacity: 0.5;
}
a {
  color: white;
  opacity: 0.5;
}
.back-button {
  color: black;
}
