footer {
  background-color: #131727;
  margin-top: 20rem;
  height: 20rem;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 2rem 0;
  bottom: 0;
}
footer div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
footer div h3 {
  width: 100%;
  text-align: center;
  color: white;
}

.fa-brands {
  scale: 3;
  margin: 20px 20px 0px 20px;
}

#icons {
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin: 0px;
  padding: 0px;
  color: white;
}

#copyright {
  margin-top: 2.5rem;
  opacity: 0.2;
}

@media only screen and (max-width: 808px) {
  footer div {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=footer.css.map */