body {
  margin: 0;
  padding: 32px 16px 48px;
  font-family: "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.4;
  background-color: #000000;
  color: #e0e0e0;
}

body > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

h1,
h2 {
  font-family: Arial, sans-serif;
  color: #ffffff;
}

b {
  color: #ffffff;
}

hr {
  margin-top: 48px;
  margin-bottom: 48px;
}

p.lg {
  font-size: 24px;
  line-height: 1.2;
}

code {
  white-space: pre;
}
