body {
  background: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
  font-family: sans-serif;
  min-height: 100vh;
}

.container a {
  text-decoration: none;
}

html {
  background-color: linear-gradient(
    to top,
    #dad4ec 0%,
    #dad4ec 1%,
    #f3e7e9 100%
  );
}

h1 {
  text-align: center;
  font-family: sans-serif;
  font-size: 36px;
}

h2 {
  margin: 0 0 5px;
  font-size: 28px;
}

select {
  display: block;
  width: 100%;
  font-size: 18px;
  border-radius: 4px;
  padding: 10px;
}

.container {
  max-width: 600px;
  margin: 100px auto;
  background: white;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}

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

.date {
  opacity: 0.7;
}

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

.time {
  font-size: 48px;
  font-weight: bold;
  display: flex;
  justify-content: right;
  color: black;
  margin-top: -55px;
}

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

footer {
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: -10px;
}

@media (max-width: 900px) {
  .time,
  small {
    font-size: 18px;
    margin-right: 0px;
  }
  h2 {
    font-size: 20px;
  }
  .date {
    font-size: 16px;
  }

  .container {
    padding: 30px 20px;
  }

  .time small {
    font-size: 10px;
    margin-top: -10px;
    padding-top: 0px;
  }

  .time {
    margin-right: 10px;
    padding: 0px;
    font-size: 20px;
  }

  footer {
    font-size: 14px;
    margin-top: -20px;
  }
}
