body {
  font-family: "Lucida Console", Courier, monospace;
  padding: 1em;
}
h1 {
  font-family: "Lucida Console", Courier, monospace;
  font-style: oblique;
  text-align: start;
}

h2 {
  font-family: "Lucida Console", Courier, monospace;
  font-style: oblique;
  text-align: center;
}

footer {
  font-family: "Lucida Console", Courier, monospace;
  font-style: normal;
  text-align: start;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}
