/* No advanced CSS, as requested. Keeping it clean and simple. */
body {
    background-color: white;
    /*font-family: Garamond;*/
    color: black;
    /*margin: 2em;*/
    /*line-height: 1.6;*/
}
main img {
    max-width: 100%;
}