body{
  background: #d5e2f0;
  font-family: sans-serif;
}

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

}




.city{
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dashed rgba(0,0,0,0.2);
}
.city:last-child {
  border-bottom: none !important;
  padding-bottom: 10px;
}





.date{
  opacity: 0.7;
}

.time{
font-size: 48px;
font-weight: bold;


}

.time small{
  font-size: 18px;
  line-height: 36px;
  vertical-align: middle;

}



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



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

h1 {
  text-align: center;
  font-size: 36px;

  color: black;
}

h1 a:hover{
  font-size: 38px;
  color: rgb(123, 68, 80) !important; 
  transition: 0.2s ease-in-out;


}

h1 a:visited{
  color: rgb(0, 0, 0);

}

footer{
  text-align: center;
  font-size: 14px;
  color: rgba(0,0,0,0.6);
  padding-top: 0;
}

 footer a{
  text-decoration: none;
}