h2 {
  color: black;
  font-family: Arial, sans-serif;
  text-align: left;
}

.highlight {
  background-color: #f4f4f4;
  font-weight: bold;
  padding: 1px;
}

#main-header {
  border-bottom: 2px solid black;
  margin-bottom: 20px;
}

code {
    font-family: 'Courier New', monospace;
    font-size: 10pt;
}

p {
  line-height: 1.25;
  color: #333;
}

