body {
background-color: rgb(252, 250, 250);
    padding: 20px;
    font-family: sans-serif;
}

h1 {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
h2 {
  margin: 0 0 5px;
  font-size: 20px;
}
select {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #ccc;;
 
}

.container {
  max-width: 600px;
  line-height: 1.5;
  margin: 15px auto;
  margin-left: 10px;
  border: 10px;
  border-radius: 5px;
  background: rgb(247, 246, 246);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
}

.city {
  padding: 5px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  
}
.city:last-child {
  border-bottom: none;
}
.time {
    font-size: 25px;
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 5px;
}
.time small {
    font-size: 10px;
    line-height: 20px;
    vertical-align: middle;
}
  .date {   
    opacity: 0.7;
  margin-right: 10px;
  }

  .date-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  opacity: 0.8;
  width: 100%;
}

.selected {
   font-size: 20px;
   font-weight: bold;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   background-color: #e0cdcd;
   color: #3f3e3e;
   line-height: 1.2;
   width: 100%;
   padding: 5px 0;
   border-color: #333;
}

  footer {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  color: #777;
}

a {
    color: rgb(172, 43, 107);
}