html {
  background-color: #fff;
  min-width: 300px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Times New Roman", serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}

h1 {
  border-top: 1px solid black;
}

h1:first-child {
  border-top: inherit !important;
}

section {
  padding: 3rem 1.5rem;
  flex-grow: 1;
}

.subtitle {
  color: #4a4a4a;
  margin-bottom: 1.5rem;
}

footer {
  flex-basis: fit-content;
  flex-grow: 0;
  background-color: #fafafa;
  padding: 3rem 1.5rem;
  font-weight: 300;
  text-align: center;
}

.icon {
  height: 1em;
}

pre {
  white-space: pre-wrap;
}
