#copyright p {
  margin-bottom: 0;
}

#footer-bg {
  width: 100vw;
  height: 4.875rem;
  margin-top: auto;
  background-color: white;
}

#footer-container {
  display: flex;
  width: 100%;
  height: 4.875rem;
  justify-content: space-between;
  align-items: center;
}

#footer-logo {
  max-height: 100%;
}

#copyright p {
  font-size: 1.25rem;
}

@media (max-width: 48rem) {
  #footer-container {
    flex-direction: column;
    gap: 1.25rem;
  }

  #footer-bg {
    height: 13rem;
  }

  #copyright p {
    margin: 0;
  }
}
