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

}

#wrapper {
    width:80%;
    margin-right: auto;
    margin-left:auto;
    background-color: #F5f5f5;
    min-width:1000px;
    max-width:1280px;

}

header {
    background-color: rgb(62, 93, 150);
    background-image: url("images/lilyheader.jpg");
    background-position: right;
    background-repeat: no-repeat;
    height: 150px;

}

h1 {
    padding-top: 50px;
    padding-left: 2em;


}

nav {
    text-align:center;
    font-weight:bold;
    padding:1em;

}

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;
    padding:1em;

}

.studio {
    font-style:italic;

}

.align-right {
    float:right;

}

main {
    padding-right:2em;
    padding-left:2em;

}

#hero {
    text-align: center;
    

}