/*
File Name: yoga.css
Date: 10/9/019
Programmer: John Garcia
*/

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

h1{
    background-color: #9BC1C2;
    text-align: center;
    line-height: 200%;
}

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

a{
    text-decoration: none;
}

.studio{
    font-style: italic;
}

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

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