body {
    background-color: lightgoldenrodyellow;
    font-family: sans-serif;
  }
  
  ol li {
    margin-bottom: 1rem;
  }
  
  .highlight {
    font-weight: bold;
    color: orange;
    font-style: italic;
  }