body {
  font-family: Arial, sans-serif;
  background-color: #063f5b;
}
.container {
  margin: 0 auto;
  max-width: 600px;
  padding: 30px;
  border-radius: 10px;
  background: linear-gradient(
    114.9deg,
    rgb(34, 34, 34) 8.3%,
    rgb(0, 40, 60) 41.6%,
    rgb(0, 143, 213) 93.4%
  );
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h2 {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
select {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 20px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.city {
  display: block;
  justify-content: space-between;
  margin: 10px;
  border-bottom: 1px dashed #000000;
  padding: 20px 20px 0 20px;
  align-items: center;
  color: #ffffff;
}
h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 35px;
}
.date {
  font-size: 16px;
  opacity: 0.8;
}
.date small {
  vertical-align: super;
  font-size: 10px;
}
.time {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  top: -60px;
}
.time small {
  font-size: 15px;
  padding: 5px;
}
a {
  color: #bb15dc;
  text-decoration: none;
}
footer {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #a5a5a5;
}
