div.navBar ul {

    list-style-type: none;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background-color: #0b5394ff;
    margin: auto;
    width: 53%;
}

div.navBar li {
    float: left;
    border-right: 0.125em solid white;
}

div.navBar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

div.navBar li a:hover:not(.active) {
    background-color: #024079;
}

div.navBar li .active {
    color: white;
    background-color: #012546;
}

body {
    font-family: 'Montserrat', Times, sans-serif;
    background-color: #71beff99
}

h1 {
    color: #2D608F;
    text-align: center;
    font-size: 2.5em;
    font-family: 'Pacifico', cursive;
}

h2 {
    color: #2D608F;
    font-family: 'Pacifico', cursive;
}

h3 {
    color: #2D608F;
    font-family: 'Pacifico', cursive;
}

h4 {
    color: #2D608F;
    font-family: 'Pacifico', cursive;
}

h5 {
    color: #2D608F;
    font-family: 'Pacifico', cursive;
}

h6 {
    color: #2D608F;
    font-family: 'Pacifico', cursive;
}