@font-face {
  font-family: wiki;
  src: url(https://files.catbox.moe/vixh9n.otf);
}

.container {
  margin: auto;
  width: 50%;
  padding: 3%;
}

p {
  font-family: arial;
}



h2 {
  font-family: wiki;
  text-decoration: bold;
  font-size: 30px;
}

.cite {
  color: blue;
  font-size: 11px;
  font-family: arial;
}

.nav {
  font-family: helvetica;
}

.nav a {
     color: inherit;
  text-decoration: underline;
}

a {
       color: inherit;
  text-decoration: underline;
}