/* 
   The first line
   centers the body on
   the webpage
 #95B3D7
*/


body {
         background-color: #95B3D7;     
         color:rgba(96,49,63,1);
        }

*/  below is for the imbedded counter at the bottom of the page, to make it unviewable by users.
   .div-3 {
    	background-color: #95B3D7;
    }

*/  the line below didn't seem to change anything.
div {border-color: rgb(107, 68, 69);}