body {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(
    109.6deg,
    #242d39 11.2%,
    #10253c 51.2%,
    #000000 98.6%
  );
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
  color: #000000;
}
.container {
  max-width: 600px;
  margin: 100px auto;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 8px 8px 8px #cccacf33;
  border-radius: 0px;
  border: 1px solid black;
  margin-bottom: 20px;
}
h1 {
  text-align: center;
  font-size: 52px;
  margin-bottom: 40px;
  font-weight: 800;
}
h1 a {
  text-decoration: none;
  color: #000000;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  border-radius: 0px;
  border: 1px solid black;
  padding: 12px;
  font-size: 16px;
  color: #242d39;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.city {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  padding-bottom: 20px;
  border-bottom: 2px dashed #cdcdd8;
}
.city:last-child {
  border: none;
  padding-bottom: 0;
}
h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
}
.date {
  color: #606470;
  font-size: 16px;
  padding-top: 4px;
}
.time {
  font-weight: 600;
  font-size: 40px;
}
.time small {
  font-size: 18px;
  font-weight: 800;
  vertical-align: middle;
}
.home {
  color: #606470;
  text-decoration: none;
  font-size: 16px;
}
.home:hover {
  color: black;
}
footer {
  font-size: 14px;
  text-align: center;
  margin: 40px;
  color: #d7d7e3;
}
footer a {
  color: white;
}
