@font-face {
  font-family: Px437 Cordata PPC-400;
  src: url("/fonts/Px437_Cordata_PPC-400.ttf");
}

@font-face {
  font-family: Ac437 Phoenix BIOS;
  src: url("/fonts/Ac437_Phoenix_BIOS.ttf");
}

@font-face {
  font-family: Ac437 DG One;
  src: url("/fonts/Ac437_DG_One_B.ttf");
}

body {
  background-image: url("https://wolfrayetlaw.com/imgs/background/dark1.JPG");
  background-size: cover;
  background-attachment: fixed;
  max-height: auto;
  max-width: auto;
  display: flex;
  justify-content: center;
  margin-top: 10em;
}

.main {
  background-color: transparent;
  width: 500px;
}

h1 {
  font-family: Ac437 DG One;
  color: cyan;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -3px 3px 0 #000,
    1px 3px 0 #000;
}

p {
  font-family: Px437 Cordata PPC-400;
}

strong {
  color: cyan;
}

h4,
a {
  font-family: Ac437 Phoenix BIOS;
  color: cyan;
  text-decoration: underline;
}

a:hover {
  font-style: italic;
}

blockquote {
  color: white;
  background-color: black;
  border: 1px dashed white;
  display: inline-block;
  padding: 1em;
  margin: 20;
}
