#site-footer {
  background-color: #300835bf;
  color: white;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 600px;
  margin: 0 auto;
  justify-content: center;
  justify-items: center;
  padding: 0.5rem;
  font-family: "Bagel Fat One", system-ui;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: large;
}
