body {
  background-color: #ffdde3;
  color: #324678;
  font-size: 14px;
  font-weight: 300;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  padding: 10px;
}
a {
  color: inherit;
}
header {
  display: flex;
  align-items: center;
  justify-content: center;
}
header img {
  max-width: 160px;
}

.title {
  text-align: center;
  color: #66bfbf;
  font-size: 2.3rem;
  font-weight: 400;
}
.subtitle {
  font-size: 1.5rem;
  padding: 10px;
  text-align: center;
}

.container {
  background-color: #fcfefe;
  max-width: 380px;
  height: 80vh;
  margin: 30px auto;
  padding: 30px;
  box-shadow: 6px 4px 6px rgba(175, 139, 139, 0.3);
  border-radius: 3px;
}
select {
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  font-size: 1.2rem;
}
.location {
  padding: 10px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.city-name {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 6px;
}
.date {
  font-weight: 300;
  opacity: 0.8;
}
.time {
  color: #f76b8a;
  font-size: 2.5rem;
  font-weight: 600;
  padding-top: 26px;
}
.time small {
  font-size: 0.8rem;
  vertical-align: top;
  line-height: 2.4rem;
  color: #324678;
  opacity: 0.7;
}
footer {
  text-align: center;
}
@media (max-width: 428px) {
  .location {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .time {
    font-size: 2.3rem;
  }
}
