body {
background-color: #f5f5f5;
color: #3f2860;
font-family : "Verdana", "Arial", sans-serif;
}

h1 {
    line-height: 200%;
    text-transform: uppercase;
    font-weight: bolder;
}

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

nav {
    text-align: center;
    font-weight: bold;
    word-spacing: 20px;
}

nav a{
    text-decoration: none;
    text-transform: uppercase;
}

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

.studio {
    font-style: italic;
    font-weight: bold;
}

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