body{
  background-color: cornsilk;
}
h1 {
  text-align: center;
  font-size: 40px;
}
h2 {
  font-size: 28px;
  margin-bottom: 5px;
}
main {
  margin: 0 50px 0 50px;
  width: 80%;

}
li {
  font-size: 18px;
}

p {
  font-size: 16px;
}

nav {
  display: flex;
  justify-content: space-evenly;
  /* flex-direction: column; */
margin-left: auto;
margin-right: auto;
  /* float: left; */
  width: 50%;

}

#one {
display: flex;
}

#textOne {
  margin-left: 20px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}

figure {
  margin: 0;
}

button {
display: inline-block;
outline: 0;
border: 0;
cursor: pointer;
border-radius: 8px;
padding: 14px 24px 16px;
font-size: 18px;
font-weight: 700;
line-height: 1;
transition: transform 200ms, background 200ms;
background: transparent;
color: #000000;
box-shadow: 0 0 0 3px #000000 inset;

}
button:hover {
  transform: translateY(-2px);
}
button > a {
color: black;
text-decoration: none;
}

.container {
  display: flex;
  justify-content: space-evenly;
}

#evolutionText {
  margin-left: 20px;
}

#geographyImg {
  margin-left: 10px;
}