body{
  background-color: #D4F1F4;
  font-family: Merriweather, serif;
}

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https: ; //fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:wght@400;500;700;900&display=swap'
);
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https: ; //fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:wght@400;500;700;900&display=swap');
}


h1 {
  color: #75E6DA;
  text-align: center;
  font-size: 40px;
  font-family: 'Roboto', serif;
font-weight: 600;
font-style: normal;
font-variation-settings: 'wdth' 100;
}
h2 {
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
}
main {
  margin: 0 50px 0 50px;
  width: 80%;

}
li {
  font-size: 18px;
  font-style: italic;
}

p {
  font-size: 16px;
  line-height: 1.4;
}

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: #75E6DA;
box-shadow: 0 0 0 3px #75E6DA inset;

}
button:hover {
  transform: translateY(-2px);
}
button > a {
color: #75E6DA;
text-decoration: none;
}

.container {
  display: flex;
  justify-content: space-evenly;
}

#evolutionText {
  margin-left: 20px;
}

#geographyImg {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.imgBorder {
  border: 3px solid;
  border-radius: 2%;
}

/* .textBorder {
  padding: 5px;
  border: 3px solid;
  border-radius: 2%;
} */

.textBorder {
  background-color: rgba(255, 255, 255, 0.591);
  border-radius: 5%;
  padding: 20px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
  rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;

}

ul {
  background-color: rgba(255, 255, 255, 0.591);
border-radius: 5%;
padding: 8px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
  rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;

}

header {
  background-color: #05445E;
padding-top: 30px;
padding-bottom: 30px;
width: 100%;
}

#about {
  padding-right: 20px;
}