/* Custom header font sizes */
h1 {
  font-size: 2.5rem; 
}

h2 {
  font-size: 1.9rem;    
}

h3 {
  font-size: 1.7rem; 
}

/* Custom normal (body) font size */
body {
    font-size: 1.1rem;   
    line-height: 1.5;  
  }