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

h1{line-height: 200%;}
nav{text-align: center;font-weight: bold;}
nav a{text-decoration:none;}
.studio{font-style: italic;}
footer{background-color: #0ec52d;font-size: .60em;font-style: italic;text-align: center;}