body {
    background-color:rgb(128,128,128) ;
}

H1 {
    font-family: garamond;
    font-size:30px;
    font-weight: bold;
    column-rule: 5;
   
}
H2 {
    font-family: garamond;
    font-size:24;
    font-weight: normal;
  
}
P  {
    font-family: garamond;
    font-size: 20px;
    color: white;
    line-height: 1.5;
   
}
