.navigation-bar {
    max-width: 965px;
    /* border: 1px solid rgb(60, 61, 64); */
    padding: 0.5em;
    position: relative;
    left: 118px;
}

.navbar {
    margin: auto;
    /* margin-left: 100px; */
    border-width: 5px;
    border-style: solid;
    color: rgb(73,77,95);
}   

.navbar::after {
    content: '';
    display: table;
    clear: both;
}

#title {
    float: left;
    font-size: 28px;
}

nav {
    float: right;
    margin-left: 225px;
}

nav ul {
    list-style: none;
}

nav li {
    display: inline-block;
    margin: 10px 0px 0px 50px;
}

nav a {
    color: rgb(73,77,95);
    text-decoration: none;
}

nav a:hover {
    color: rgb(96,125,138);
    text-decoration: none;
}
