body {
    background-color:rgb(180, 192, 197) ;
    font-family: 'Playfair Display', serif;
    text-align: center;
}

H1 {
 
    font-family: 'Playfair Display', serif;
    font-size:30px;
    font-weight: bold;
    column-rule: 5;
    color: white;
    text-align: center;
   
}
H2 {
    font-family: 'Playfair Display', serif;
    font-size:50px;
    font-weight: bold;
    text-align: center;
    font-style: italic;
  
}
P  {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: white;
    line-height: 1.5;
    text-align: center;
   
}

p.chorus {
    font-size: 30px;
    font-style: italic;
}
