body{
  background-color: bisque;
  font-family: sans-serif;  
}

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

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

.city:last-child{
    border: none;

}

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

.date{
    opacity: 0.7;
}

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

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

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

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

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