#navUl li a {
    font-family: 'Open Sans', sans-serif;
    padding: 4px 12px;
    font-weight: 400;
    color: rgb(68, 68, 68);
    border: 1px solid #0B6EFD;
    border-radius: 5px;
    background-color: white;
    margin-right: 15px;
}

#navUl li a:hover {
    transition: 0.25s all;
    background-color: #0B6EFD;
    color: white;
}

#navUl li #logoutButton{
    /* position: absolute;
    top: 3px;
    right: 1px; */
    font-family: 'Open Sans', sans-serif;
    padding: 4px 12px;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    margin-right: 15px;
    background-color: transparent;
    color: white;
}
#navUl li #logoutButton:hover{
    background-color: transparent;
    color: white;
    text-decoration: underline;
}