body {
  font-family: sans-serif;
  background-color: #bae8e8;
  color: #272343;
  margin: 0;
  padding: 20px;
}

.container {
  max-width: 650px;
  margin: 0 auto;
  padding: 30px;
  background-color: #e3f6f5;
  border-radius: 8px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
}

select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 2px solid #bae8e8;
  border-radius: 6px;
  font-size: 16px;
  background-color: #f0f8ff;
  color: #272343;
}

h1 {
  text-align: center;
}

.city {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}

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

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

.date {
  opacity: 0.7;
}

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

.time small {
  font-size: 18px;
  line-height: 30px;
  opacity: 0.6;
}

footer {
  text-align: center;
  margin-top: 20px;
}

a {
  color: #7c73e6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

.city:hover {
  background-color: #d0f0f0;
}
