body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: whitesmoke;
    color: black;
    }
    h1 {
        color: blue;
        text-align: center;
    }
    p {
        color: green;
        text-align: center;
    }