/* CSS Document */
h1 {
    text-align: center;
    color: red;
    font-size: xx-large;
    font-family: "Calibri", "Arial", sans-serif;
}
h2 {
    text-align: center;
    color: white;
    background: black;
    font-size: x-large;
    font-family: "Calibri", "Arial", "sans-serif";
}

p {
    text-align: justify;
    font-size: medium;
    font-family: "Times", "Times New Roman", "serif"; 
}
    
b {
font-weight: 900;
}

i {font-style: oblique;
}

em {
    font-variant: small-caps;
}/* CSS Document */