.titlebar1 {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #3ea139;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 6px solid darkgreen;
}

.activePage {
    background-color: darkgreen;
}




ul {
    list-style-type: none;

}
li {
    float: left;
    height: 56px;
    /* border: 1px solid black; */
}

li:hover:not(.activePage) {
    background-color: rgb(0, 133, 0);
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 19px 16px;
    text-decoration: none;
}

li div:hover {
    background-color: #3ea139;
}


.body-main {
    margin-top: 70px;
    text-align: center;
    /* background-color: rgb(201, 25, 25); */
}

