h3 {
 font-family: Arial;
 font-size: x-large;
 color: #800000;
 text-align: center;
}
h2 {
 font-family: Arial;
 font-size: large;
 text-align: center;
 color: #800000;
}
h1 {
 font-family: Arial;
 font-size: small;
 text-align: justify;
 color: #800000;
}