body {
  background-color: #b0d9d9;
  font-family: "Playfair Display", serif;
}

a {
  color: #8c402e;
  font-weight: bold;
}

.container {
  max-width: 700px;
  margin: 100px auto;
}

h1 {
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  text-decoration: underline;
  font-weight: 900;
}

form {
  background: white;
  padding: 20px;
  display: flex;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
}

.city-input {
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 0 10px 20px;
  border: 1px solid #8c402e;
  border-radius: 60px;
  width: 80%;
}

.submit-button {
  font-size: 15px;
  line-height: 1.5;
  padding: 15px 30px;
  background: #8c402e;
  color: white;
  border: none;
  border-radius: 60px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
  margin-left: 10px;
}

.itinerary {
  background: white;
  font-size: 18px;
  font-weight: 600px;
  padding: 20px;
  border-left: 3px solid #8c402e;
  border-top: 3px solid #8c402e;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}

.hidden {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

img {
  display: block;
  margin: 10px auto;
}

footer {
  text-align: center;
  font-size: 13px;
}
