.glossary_letter {
    color: red;
    font-weight: 600;
    font-size: 2.5rem;
    border-bottom: 2px solid #666;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  
  .glossary_term_box {
  }
  
    .glossary_term {
    color: #000000;
    font-weight: 600;
    font-size: 1.6rem;
  }
  
.glossary_term_description {
  }