html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/169/528/original/pexels-tima-miroshnichenko-5725589.jpg?1751526794");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: sans-serif;
}

h1 {
  text-align: center;
}

h2 {
  margin: 0 0 10px;
}

.container {
  max-width: 600px;
  margin: 120px auto;
  background-color: white;
  padding: 30px;
  box-shadow: 10px 5px 5px black;
  border-radius: 7px;
  opacity: 0.9;
}

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

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

.date {
  opacity: 0.5;
  font-size: 13px;
}

.time {
  font-family: "Orbitron", sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-right: 20px;
}

.time small {
  font-size: 15px;
  line-height: 36px;
  vertical-align: middle;
  font-family: "Orbitron", sans-serif;
}

select {
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  font-size: 18px;
}

button {
  margin: 20px auto;
  background-color: #a5a5a5;
  border: none;
  border-radius: 5px;
  padding: 7px;
  box-shadow: 5px 5px 5px black;
  font-size: 10px;
  font-weight: bold;
}

button:hover {
  cursor: pointer;
}

a {
  color: palevioletred;
}

footer {
  text-align: center;
  color: pink;
  font-size: 12px;
}
