/*
File Name: yoga.css
Date: 10/14/19
Programmer: Amy Bonato
*/


header {
    background-color: #9BC1C2; 
    text-align: center; 
}

body { 
    background-color: #F5F5F5; 
    color: #3F2860;
    font-family: Arial, Verdana, sans-serif; 
}

h1 { 
    line-height: 200%;
} 

nav { 
    font-weight: bold;
    text-align: center; 
}

nav a {
    text-decoration: none;
}

.studio {
    font-style: italic; 
}

footer { 
    background-color: #9BC1C2; 
    font-size: .60em;
    font-style: italic; 
    text-align: center; 
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 80%; 
}

