#footer{
  background-color: #EAEAEA;
  width: 100%;
  padding: 2%;
  margin-bottom: 0;
  display: flex;
  flex-flow: column;
}
.about_text p{
  font-size: clamp(10px, 1.2vw, 14px);
  padding-bottom: .5%;
  font-family: sans-serif;
  color: black;
}
.footer_nav{
  list-style-type: none;
  margin: 4% 4% 0 8%;
  padding: 0;
}
.nav_item{
  margin-bottom: 2%;
  font-size: clamp(10px, 1.2vw, 14px);
  transform: scale(0.8);
  transform-origin: center;
}
.nav_item a{
  font-family: sans-serif;
  color: black;
}
.nav_item:hover{
  text-decoration: underline;
}
.copyright{
  text-align: center;
}
.copyright p{
  font-size: 10px;
  font-family: sans-serif;
  color: #1FAB57;
}