@font-face {
  font-family: tox;
  src: url(https://files.catbox.moe/ak0jiu.ttf);
}

.body {
  font-family: 'tox';
}

.container {
	max-width: 45rem;
	margin: 5vw auto;
	padding: 5px;
}

.bigspace {
  flex: 1 1 100%;
  height: 50em;
}

.narration {
  font-family: 'tox';
  text-indent: 1em;
  font-size: 1.15em;
}

.peyton {
  font-family: 'tox';
  padding-left: 3.5em;
  font-size: 1.15em;
  color: DarkMagenta;
}

.pdm {
  font-family: 'Helvetica';
  text-indent: 1em;
  font-size: 1em;
  color: White;
  background-color: black;
  border-left: 2em solid darkred;
  padding: 1em;
}

img {
  width: 100%;
}

.nav {
  font-family: helvetica;
}

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

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