.button1 {
    margin-top: 10px;
    background-color: #343F3E;
    padding: 15px 25px;
    color: white;
    border-radius: 5px;
    font-size: 1.1rem;
    display: inline-block;
} 

.button1:hover {
    text-decoration: dotted white;
    color: rgb(240, 240, 240);
}

.contentArea {
    margin: 50px 0px;
}

.footer {
    padding: 20px 50px;
    margin-top: 30px;
    background-color: #d7e1ce;
    
   
}

.footer p {
    font-size: 0.8rem;
    color: #575757;
}

/* .underline {
   border-image-source: url("/img/underline.png");
    border-image-width: 0 0 10px 0;
   border-image-slice:30;
   border-image-width:20px;
   padding:20px;
}
*/

.underline:after {
    content: "";
    display: block;
    height: 20px;
    /* width: 100px; */
    background-image: url("/img/underline.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}

.pageDesc {
    padding: 10px 5px;
    margin: 15px 3px;
    background-color: #343F3E20;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}