footer.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  p {
    text-align: center;
    font-family: var(--font-mono);
    color: var(--color-primary);
    font-size: 9px;
    padding: 0px;
    margin: 0px;
  }
}

@media only screen and (max-width: 600px) {
  footer.site-footer {
    p {
      font-size: 0.75rem;
    }
  }
}

@media only screen and (min-width: 1280px) {
  footer.site-footer {
    p {
      font-size: 1rem;
    }
  }
}

@media only screen and (min-width: 1440px) {
  footer.site-footer {
    p {
      font-size: 1rem;
    }
  }
}

@media only screen and (min-width: 1920px) {
  footer {
    p {
      font-size: 1.125rem;
    }
  }
}
