body{
    background-image: linear-gradient(to right, #f2eded , #EDEDED);
}

#content-area{
    width: 85%;
    margin: 0 auto;
}

h1{
    font-family: Nunito;
    font-size: 48px;
    font-style: italic;
    font-weight: 500;
    color: #147227;
}

h3{
    font-family: Nunito;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    color: #308040;
}

p{
    font-family: Poppins;
    font-size: 14pt;
}

img{
    float: left;
    padding: 10px;
}

#footer{
    background-color: #000000;
    text-align: center;
    color: #FFFFFF;
}