@font-face {
  font-family: computerModern;
  src: url(/fonts/cmunrm.ttf); }

html {
  font-family: computerModern;
  font-size: 14pt;
  background-image: url("/images/background.jpg");
  background-repeat: repeat;
  background-size: contain; }

body {
  max-width: 800px;
  margin: auto; }

header {
  text-align: center;
  font-size: 12pt; }

article {
  background-color: white;
  padding: 10pt 15pt; }

.linklist {
  display: flex;
  flex-direction: column;
  gap: 6pt; }
  .linklist a {
    background-color: white;
    font-size: 1.3rem;
    padding: 5pt 10pt; }

ul {
  margin: 4pt 0pt; }
  ul li {
    margin: 6pt 0pt; }

hr {
  max-width: 80%;
  margin: 32pt auto; }

blockquote {
  color: gray;
  font-style: italic; }

svg {
  background-color: inherit;
  vertical-align: -1pt;
  margin-left: 2pt; }

table {
  border-collapse: collapse; }
  table th {
    writing-mode: vertical-lr;
    padding: 4pt;
    background-color: white;
    border: 1px solid black; }
  table td {
    border: 1px solid black;
    padding: 4pt;
    text-align: center; }
