@charset "utf-8";
/* CSS Document*/
body{background-color: #e3ced7;
color: #a72259;
font-family: cursive;}
#wrapper{width: 80%;
margin-right: auto;
margin-left: auto;}
header{background-color: #aba6c7;text-align: center;}

h1{line-height: 200%;}
nav{text-align: center;font-weight: bold;}
nav a{text-decoration:navajowhite;}
.studio{font-style: italic;}
img {
    padding: 10px;
    background-color: rgb(203, 101, 118);
    border: 2px solid #c04369;
}
footer{background-color: #f28787;font-size: .60em;font-style: italic;text-align: center;}