.footer {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #9fa2a3;

  .social-media-icon {
    box-sizing: border-box;
    width: auto;
    height: 34px;
    padding: 0 10px;
  }

  p {
    margin: 10px 0 0 0;

    &.history-links {
      font-size: x-small;
    }

    a {
      text-decoration: none;
      color: black;

      &:hover {
        text-decoration: underline;
      }
    }
  }
}
