body {
    background-color: lightblue;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
/*    font-style: oblique;*/
    font-weight: bold;
    color: black;
    text-align: center;
}