    body {
      text-align: center;
    }
    h2 {
      font-size: 3em;
      margin-bottom: 15px;
    }
    p {
      margin-bottom: 30px;
    }
    p.item-intro {
      font-size: 16px;
      font-style: italic;
      margin: 20px 0 30px;
      @include serif-font;
    }
    ul.list-inline {
      margin-top: 0;
      margin-bottom: 30px;
    }
    img {
      margin-bottom: 30px;
    }
    button {
      cursor: pointer;
    }
    table {
      border-collapse: collapse;
      width: 100%;
      margin-bottom: 1rem;
    }
    th, td {
      border: 1px solid #ddd; /* Add a light border */
      padding: 8px;
      text-align: left; /* Align text to the left */
    }
    tr:nth-child(even) {
      background-color: #f2f2f2; /* Zebra-striping */
    }
    th {
      background-color: #FF8200; /* Style table headers */
      color: white;
    }
