body {
  background-color: #f2bad7;
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: white;
}

.container {
  max-width: 600px;
  margin: 60px auto;
  background: #fed9e9;
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 6px solid #5cc9f1;
  border-radius: 15px;
}

h1 {
  text-align: center;
  font-family: "Galada", cursive;
  font-size: 64px;
  color: #ef4999;
  margin: 10px 0 25px;
}

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

select {
  display: block;
  width: 100%;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.767);
  border-radius: 4px;
  border: #f2bad7;
  color: rgba(99, 99, 99, 0.3);
  padding: 10px;
}

.city {
  display: flex;
  margin: 10px 0;
  justify-content: space-between;
  padding: 25px;
  border-bottom: 1px dashed #f2bad7;
}

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

.date {
  opacity: 0.6;
  color: #5cc9f1;
}

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

footer {
  text-align: center;
  color: rgba(255, 80, 182, 0.6);
}

a {
  color: #30bbed;
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.wave svg {
  display: block;
  width: 100%;
  height: auto;
}
