body {
background: rgb(238,174,202);
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
font-family: verdana;
}

h1 {
  text-align: center;
  font-family: verdana;
  font-size: 42px;
}

h2 {
  margin: 0 0 6px;
  font-size: 24px;
}

select {
  display: block;
  width: 100%;
  font-size: 20px;
  border-radius:5px;
  padding: 10px;
}

.container {
  max-width: 600px;
  margin: 60px auto;
  background: white;
  padding: 30px;
  box-shadow:0px 10px 20px 0 rgba(0, 0, 0, 0.4);
  border-radius: 15px;
}


.date {
  opacity: 0.7;
}

.city {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed grey;
}

.city:last-child {
  border: none;
}

.time {
  font-size: 42px;
  font-weight: bold;
}

.time small{
  font-size: 21px;
  vertical-align: middle;
  line-height: 42px;
}


footer {
  text-align:center;
  font-size: 16px;
  color: rgba (0, 0, 0, 0.8);
}
