/* External CSS file for Path of Light Yoga, class & index html files. */

/* Changing the background to a shade of white, and the text to a shade of blue */
body 
{ 
background-color: #F5F5F5;
color: #40407A; 
}

/* Changing the background of the text within the header tag to a lighter blue.. almost cyan-ish I think? */
header { background-color: #80CBC4;}

/* Changing the background of the text within the footer tag to the same shade of blue as the header in this file*/
footer { background-color: #80CBC4;}