.footer {
  position: relative;
  display: flex;

  flex-direction: column;

  margin-top: 90px;

  width: 100%;
}

.footer-inner {
  position: relative;
  display: flex;

  flex-direction: column;

  margin: 0 auto;

  width: 100%;

  padding: 20px 20px;
}

.footer-copyright {
  position: relative;
  display: flex;

  align-items: center;
  justify-content: center;

  flex-direction: row;

  width: 100%;

  text-align: center;
}

.footer-socials {
  position: relative;
  display: flex;

  align-items: center;
  justify-content: center;

  flex-direction: row;

  margin-top: 10px;

  width: 100%;
}
.footer-social {
  position: relative;
  display: flex;

  align-items: center;
  justify-content: center;

  flex-direction: row;

  min-width: 40px;
  min-height: 40px;

  font-size: 18px;

  text-decoration: none;

  color: inherit;
}
