h1 {
    font-size: 2.5rem;
    font-weight: bold;
  }
  
  h2 {
    font-size: 2rem;
    font-weight: bold;
  }
  
  h3 {
    font-size: 1.75rem;
    font-weight: bold;
  }
  
  h4 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  h5 {
    font-size: 1.25rem;
    font-weight: bold;
  }
  
  h6 {
    font-size: 1rem;
    font-weight: bold;
  }

  p {
    font-size:0.85rem;
    font-weight:500;
  }
  
