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

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

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

select {
    display: block; 
    text-align: center;
    width: 600;
    font-size: 18px;
    border-radius: 4px;
    padding: 10px;
}

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

.city {
    display: flex;
    content: space-between;
    text-align: right;
    margin: 10px 0;
    padding: 40px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);

}

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

.date {
    opacity: 0.7;
}

.time {
  font-size: 48px;
  font-weight: bold;
  vertical-align: right;
  padding: 50px 0;
  text-align: right;
}

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

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