/* Global Styles */
body {
  font-family: 'Slabo 27px', serif;
  margin: 0;
  padding: 0;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url('https://res.cloudinary.com/yiran/image/upload/v1548025789/rawpixel-678089-unsplash60black.jpg')
    center/cover fixed no-repeat;
  height: 600px;
  text-align: center;
}

.logo {
  width: 80px;
  margin: 0 auto;
}

h1 {
  color: white;
  font-family: 'Staatliches', cursive;
  margin: 0 auto;
  letter-spacing: 1.2px;
  max-width: 70%;
}

h2 {
  color: white;
  margin: 20px;
}

h3 {
  max-width: 80%;
  line-height: 1.4;
  margin: auto;
  text-align: center;
}

.details {
  display: flex;
  flex-wrap: wrap;
}

.info,
.cities {
  margin: 16px;
  background-color: #89e7da;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  height: 300px;
  flex: 1;
}

.cities ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.cities li {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 10px 10px 0;
  background-color: white;
  border-radius: 10px;
  line-height: 2;
}

.contact {
  background: url('https://res.cloudinary.com/yiran/image/upload/v1548044244/helloquence-61189-unsplash55.jpg')
    center/cover fixed no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  text-align: center;
}

.button {
  background-color: #ed1e3b;
  border: none;
  border-radius: 20px;
  color: white;
  padding: 10px 20px;
  margin: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.4s;
}

.button:hover {
  background-color: #eb8795;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #ed1e3b;
}

span {
  color: white;
}
