
/* Type Selectors*/

body{
    background-color: #D8D9DA;
    text-align: left; 
    color:black;
    font-family: monospace,Arial, Helvetica, sans-serif;
}

img {
    width : 20%;
    height: 20%; 
}
p
{
    font-size: 1.25rem;;
}



