html{
  scroll-behavior: smooth !important;
}

.pdc-page-title {
          font-family: 'Centabel', serif;

    text-align: center;
    font-size: 3.5rem;
  }
  
  
  .pdc-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 1rem;
  }
  
  
  .pdc-page-title {
    text-align: center;
  }
  
  .pdc-layout {
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 2rem;
    margin-top: 2rem;
    position: relative;
  }
  
  .pdc-toc {
    font-size: large;
    position: sticky;
    top: 100px;
    align-self: start;
    z-index: 10; 
  }
  
  .pdc-toc ul {
            font-family: 'Centabel', serif;

    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .pdc-toc a {
    display: block;
    padding: 0.5rem;
    text-decoration: none;
    color: #333;
  }
  
  .pdc-toc a.active {
    font-weight: bold;
    color: #B26E97;
  }
  
  .pdc-content {
    flex: 0 0 75%;     
    font-size: medium;
    margin-bottom: 5rem;
      font-family: 'Centabel', serif;
  }
  
  .pdc-content h2 {
            font-family: 'Centabel', serif;

    scroll-margin-top: 100px;
    margin-top: 3rem;
  }
  
  hr {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 1.5rem 0;
  }
  