body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: var(--font);
  font-size: 16px;
  text-size-adjust: auto;
}
a {
  text-decoration: none;
  color: black;
}
h2
{
    padding:1em 0 1em 0;
    font-size:2em;
    text-align: center;
    margin-top: 1em;
}
strong
{
    font-weight:bold;
}
