/*
Filename: yoga.css
Date: 04/15/2019
Programmer: Justin Sanchez
*/



body { 
    background-color: #F5F5F5; 
    color: #3F2860; 
    font-family: sans-serif; 
}

header { 
    background-color: #9BC1C2; 
    text-align: center;
}

nav { 
    text-align: center;
    font-weight: bold;
}

nav a {
    text-decoration: none;
}

h1 {
    line-height: 200%;
}


footer {
    background-color: #9BC1C2;
    font-size: 0.6em;
    font-style: italic;
    text-align: center;
}

.studio { 
   font-style: italic;
   font-weight: bold;
   color: #000000
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}