body {
  
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradientAnimation 15s ease infinite;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
   box-shadow: 0 30px 50px rgba(65, 50, 100, 0.08);
    margin: 60px;
}
.city {
    display: flex;
    margin: 10px 0;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

select {
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 4px;
    padding: 10px;
}
.city:last-child {
    border: none;
  }
  
  .date {
    opacity: 0.7;
    color: rgb(106, 96, 107);
  }
  
  .time {
    font-size: 48px;
    font-weight: bold;
    color: rgb(25, 48, 48);
  }
  
  .time small {
    font-size: 24px;
    vertical-align: middle;
    line-height: 48px;
  }
  
  footer {
    text-align: center;
    font-size: 18px;
    color: rgba(62, 40, 71, 0.8);
  }

h1 {
    text-align: center;
    font-family: sans-serif;
  font-size: 36px;
}
h2 {
    margin: 0 0 5px;
    font-size: 28px;
  }
  