/*
File Name: yoga.css
Date: 04/22/2019
Programmer: Aiden Mace
*/

body {
      font-family: Verdana, Arial, Tahoma;
      font-size: 1em;
      color: #3F2860; background-color: #F5F5F5;
     }

header {
        background-color: #9BC1C2;
        text-align: center;
       }
    
h1 {
    line-height: 200%;
   }

nav {
    font-weight: bold; 
    text-align: center;
    }

nav a { text-decoration: none; }

.studio { 
         font-style: italic;
        }

#wrapper {
          width: 80%;
          margin-left: auto;
          margin-right: auto;
         }


footer { 
        background-color: #9BC1C2; 
        font-size: .60em; 
        font-style: italic; 
        text-align: center;
      }