.footer_line {
  margin: 0 auto;
  border-top: 2px solid #4adbc8;
  width: 80vw;
}

footer {
  position: relative;
  background-color: transparent;
}

.networks {
  display: flex;
  justify-content: space-evenly;
  margin-top: 5vh;
  height: 10vh;
}

.networks img {
  width: 50px;
}

.footer_bottom {
  height: 5vh;
  background-color: #4adbc8;
  color: #ebebeb;
  font-family: "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
