    /* Style the anchor tag to look like a paragraph */
    a.paragraph-link {
      text-decoration: none; /* Remove underline */
      color: inherit;        /* Inherit color from parent */
      cursor: pointer;       /* Show pointer cursor on hover */
    }
    .header {
      position: sticky;
      top: 0;
      background-color: #333;
      color: white;
      padding: 10px 0;
      text-align: center;
    }

     .content {
      padding: 20px;
    }
