body {
  background: #b4c8d6;
  font-family: "Share Tech Mono", monospace;
  margin: 0 auto;
  padding: 2em;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

h2 {
  margin: 0;
  line-height: 2;
}

.container {
  max-width: 600px;
  margin: 20px auto;
  background: #fff;
  padding: 2em;
  border-radius: 20px;
  border: solid #668ba4 3px;
}

select {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background-color: #ffffff;
  color: #333;
  border: 2px solid #ccc;
  font-size: 1rem;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.date {
  opacity: 0.7;
}

.city {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.7);
}

.selected-city {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: beige;
  margin: 20px;
}

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

.time {
  font-size: 45px;
  font-weight: 700;
}
.time small {
  font-size: 12px;
}

footer {
  font-family: sans-serif;
  text-align: center;
}
