/* Michelle James May 7, 2020*/

body {background-color:#fff;}



#wrapper { 
width: 90%; 
margin: 0 auto 0 auto;
background-color: #eee;
}








/*All Images are from Unsplased, No Copyright Images are used 
img { max-width: 100%;}

main section {
    margin: 1em 0;
}
footer */






/*Tablet Display Code*/

@media only screen and (max-width: 64em){
#wrapper {width: 100%
background-color: #ddd;
}

}


/*Phone Display Code */
@media only screen and (max-width:37.5em){
#wrapper {background-color: #ccc;

}



