body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 40px;
}

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

select {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 8px;
  border: none;
  margin-bottom: 30px;
  cursor: pointer;
  background: #5a4a8a;
  color: #fff;
}

.container {
  background: rgba(0, 0, 0, 0.4);
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  width: 100%;
  text-align: center;
}

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

.date {
  opacity: 0.7;
}

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

.time small {
  font-size: 21px;
  vertical-align: middle;
  line-height: 32px;
}

.all-cities-link {
  display: block;
  color: #a8c0ff;
  font-weight: 600;
  transition: color 0.3s ease;
}

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

footer a {
  color: #a8c0ff;

  font-weight: 600;
  transition: color 0.3s ease;
}
