body {
  background-color: #ffcab0;
}

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: 0 auto;
  background: white;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  margin: 6-px 0;
}

.city {
  display: flex;
  margin: 10px 0;
  justify-content: space-between;
  padding: 30px 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;
}

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

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

.back-button {
  display: inline-block;
  color: white;
  border: 1px solid #ffcab0;
  background: #ffcab0;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
  max-width: 100px;
  padding: 15px;
  text-align: center;
}

.back-button a {
    color: white;
    text-decoration: none;
}

.back-button a:hover {
    color:#fdffcd; 
    text-decoration:none; 
    cursor:pointer;  
}
