
body {background-color: aliceblue;
    color:rgb(169, 153, 255);
    font-family:'Times New Roman', Times, serif;

}

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


}

header {
    background-color: rgb(62, 93, 150);
    text-align: center;


}

h1 {
    line-height: 200%;

}

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


}

nav a{
    text-decoration:none;
    
}

footer {
    width:80%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    background-color: rgb(48, 3, 91) ;
    font-size: .60em;
    font-style:italic;


}

.studio {
    font-style:italic;

}
