body{
    background-color: #f5f5f5;
    color: #40507a;
}
footer{
    background-color: #80cbc4;
}
header{
    background: url(images/lilyheader.jpg) no-repeat right;
    background-color: #80cbc4;

    height: 150px;

    line-height: 150px;
    text-indent: 20px;
}
main{
    height: fit-content;
    margin: auto auto 40px auto;
}
nav{
    text-align: center;
    margin: 20px auto 20px auto;

    font-weight: bold;
} nav a{
    text-decoration: none;
}

img{
    width: 50%;
    margin: 0 25% 0 25%;
}