Olha eu coloquei dessa forma o h1 e o h2 pois poderiam receber configurações diferentes.
body{
font-family: "Times New Roman",serif;
background: #F2FFFC;
}
h1{
font-family: "Arial",sans-serif;
color: #FFFFFF;
text-align: center;
background-color: #851944;
}
h2{
font-family: "Arial",sans-serif;
}
p{
text-align: justify;
}