body {
    background-color: #CCCCCC;
    color: #000000;
    font-family: "Times New Roman", Times, serif; /* Explicitly defines a serif font */
    line-height: 1.1; /* Improves readability with better line spacing */
    margin: 0; /* Removes default margins around the body */
    padding: 0; /* Removes default padding around the body */
}

img {
    margin: 10px; /* uniform space around images */
   
}

 
