/* body { */
    /* font-size: 100%; */
    /* max-width: 40em; */
    /* margin: auto; */
    /* padding: 1em; */
/* } */

/* p { */
    /* font-family: system-ui, sans-serif; */
    /* text-align: justify; */
    /* font-size: 1em; */
/* } */

/* h1 { */
  /* font-family: system-ui, sans-serif; */
  /* font-optical-sizing: auto; */
  /* font-weight: 800; */
  /* font-style: normal; */
  /* font-size: 3em; */
/* } */

/* h2 { */
  /* font-family: system-ui, sans-serif; */
  /* font-optical-sizing: auto; */
  /* font-weight: 500; */
  /* font-style: normal; */
  /* font-size: 1.5em; */
/* } */

/* h3 { */
  /* font-family: system-ui, sans-serif; */
  /* font-optical-sizing: auto; */
  /* font-weight: 300; */
  /* font-style: normal; */
  /* font-size: 1em; */
/* } */

body {
  font-family: monospace;
}

a:link, a:visited, a:hover, a:active {
    color: black;
}
