* {
  padding: 0;
  box-sizing: border-box;
  text-align: justify;
  color: white;
  background-color: black;
  font-family: 'Courier New', Courier, monospace;
  letter-spacing: -3px;
  margin: 32px;
  line-height: 12px;
}

h1 {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  letter-spacing: 6rem;
  margin: -20px;
}

p {
  margin: 16px;
  margin-bottom: 0px;
  margin-top: 4px;
}

p:first-of-type {
  padding-top: 32px;
}

p:last-of-type {
  padding-bottom: 25px;
}