@font-face {
  font-family: 'nintendo';
      src: url('fonts/nintendo.ttf') format('truetype');
}
body {
  background-color: black;
  color: white;
  font-family: serif;
}
.contentblock {
  max-width: 80%; /* or whatever width you want */
  margin: 0 auto; /* centres the figure */
  text-align: justify; /* centres the caption text */
}

img {
  width: 100%; /* makes image scale to figure width */
  height: auto; /* keeps aspect ratio */
  display: block; /* removes extra whitespace */
}

figcaption {
  font-size: 1rem;
  color: blue;
  margin-top: 0.5em;
}

h1 {
  font-family: serif;
  font-size: 3rem;
  letter-spacing: 1pt;
}
h2 {
  font-family: serif;
  font-size: 2rem;
  letter-spacing: 1pt;
}
h3 {
  font-family: serif;
  font-size: 1.5rem;
  letter-spacing: 1pt;
}
p {
  font-family: serif;
  font-size: 12px;
  letter-spacing: 1pt;
}
a {
  font-family: serif;
  text-decoration: none;
  color: white;
}
a:hover {
  font-family: serif;
  font-style: italic; 
  color: red;
}

ul {
  font-family: serif;
  font-size: 12px;
  letter-spacing: 1pt;
}
li {
  font-family: serif;
  font-size: 12px;
  letter-spacing: 1pt;
}