body {
  background-color: #eddef4;
  font-family: "Poppins", serif;
  color: #41414e;
}

.container {
  display: block;
  margin: 50px auto 30px auto;
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  background-color: white;
  box-shadow: 10px 10px 20px rgba(160, 160, 164, 0.1);
}

h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

.city {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(160, 160, 164, 0.2);
}

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

h2 {
  margin: 0 0 3px;
  font-size: 30px;
  font-weight: 600;
}

.time {
  font-family: sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.time small {
  font-size: 24px;
  vertical-align: middle;
}

.date {
  opacity: 0.7;
}

select {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  font-size: 18px;
  border-color: #898aa6;
  /* arrow */
  appearance: none;
  color: #898aa6;
  background-image: url("../src/dropdown-arrow-svgrepo-com.svg");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 55%;
  background-size: 1rem auto;
}

footer {
  text-align: center;
  margin-bottom: 20px;
}

a {
  cursor: pointer;
}
