body {
    font-family: Arial, sans-serif; /* Sets the font for the body */
}

h1 {
    color: navy; /* Sets the color of the H1 element */
    text-align: center; /* Centers the H1 text */
}
