body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
}

header {
  background-color: #f0f0d8;
  padding: 10px 0;
}

header a {
  display: block;
}

.menu {
  display: inline-block;
  width: 80%;
}

.menu ul {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  width: 80%;
}

.menu li {
  display: list-item;
}

.gallup {
  position: relative;
  top: 20px;
  align-items: self-end;
  width: 10%;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

.main_title {
  font-family: "Permanent Marker", serif;
  font-weight: 400;
  font-style: normal;
  color: #710e39;
  text-align: center;
}

main {
  background-color: #7a8370;
}

.content {
  line-height: 3ch;
}

.container {
  display: grid;
  grid-template-columns: 40% 40%;
  justify-content: center;
  row-gap: 20px;
}

.container_image {
  align-items: center;
  width: 80%;
}

.main_park {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.park_image {
  width: 20%;
}

footer {
  background-color: #df8615;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
