body {/* the body is a light grey color with Verdana font*/
    background-color: #bfbfbf;
    font-family: Verdana, sans-serif
}
h1 {/* top heading will be centered and black */
    font-size: 27pt;
    color: #000000;
    text-align: center;
    font-family: Georgia, serif, bold;
}
img {
    width: 100%;
    height: auto;
}
 img {
        max-width: 100%;
    }