footer {
  margin-top:
  font-size: 12pt;
  font-family: Courier;
  text-wrap: wrap;
  margin: auto;
  text-align: center;
  display: flex;
  align-content: center;
  width: 100vw;
  justify-content: center;
}

footer p {
  font-size: 10pt;
}

/* mobile tweaks */
@media only screen and (max-width: 480px) {
  footer {
    margin: 3vw;
  }

  footer p {
    font-size: 10pt;
  }
}
