body {
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

p {
  margin-bottom: 1.2em;
}

/* Title - first strong element */
p:first-of-type strong {
  font-size: 2em;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5em;
}

/* Subtitle class - use this whenever you want medium-sized text */
.subtitle {
  font-size: 1.3em;
  margin-bottom: 1.5em;
}

/* Highlight class - use this for peachy-orange colored text */
.highlight {
  color: #ff9966;
}

/* Regular strong elements */
strong {
  font-size: 1em;
  font-weight: bold;
}

em {
  color: #e0e0e0;
}

blockquote {
  border-left: 4px solid #444;
  padding-left: 20px;
  margin-left: 0;
  color: #cccccc;
}

a {
  color: #66b3ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

code {
  background-color: #2a2a2a;
  padding: 2px 6px;
  border-radius: 3px;
  color: #ff9966;
}

