body{ 
    background-color:  #f5f5f5;
      color:#40407A;
      font-family: Verdana, Arial, sans-serif;
}

header {
        background-color: #80CBC4;
        color: #40407A;
        background-image: url(lilyheader.jpg);
        background-position: right;
        background-repeat: no-repeat;
        
}

h1{
    margin-bottom: 0;
    font-family: Verdana, Arial, sans-serif;
    line-height: 400%;
    text-indent: 1em;
}

nav{
    font-weight: bold;
    text-align: center;
}

nav a{
    text-decoration: none;
    text-align: center;
}

footer {background-color: #80CBC4;
        text-align: center;
        text-decoration-style: var(italic);
        
        

}
