body {
  background-color: #f7f9fc;
  font-family: "Segoe UI", Arial, sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  color: #1a202c; 
  text-align: center;
  font-size: 36px;
  margin-bottom: 20px;
}

h2 {
  margin: 0 0 5px;
  font-size: 24px;
  color: #2d3748;
}

select {
  display: block;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #cbd5e0;
  border-radius: 6px;
  font-size: 16px;
}

.container {
  max-width: 700px;
  margin: 60px auto;
  background: #ffffff; 
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1); 
  border-radius: 12px;
}

.city {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e2e8f0;
}

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

.date {
  opacity: 0.7;
  font-size: 16px;
}

.time {
  font-size: 40px;
  font-weight: bold;
  color: #2b6cb0;
}

.time small {
  font-size: 20px;
  vertical-align: middle;
  line-height: 40px;
  color: #4a5568;
}

#backLink {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 16px;
  background-color: #3182ce;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

#backLink:hover {
  background-color: #2b6cb0;
}

footer {
  text-align: center;
  font-size: 14px;
  color: #4a5568;          /* soft gray text */
  padding: 20px;
  margin-top: 40px;
  border-top: 1px solid #e2e8f0;  /* subtle divider */
}

footer p {
  margin: 8px 0;
}
