.navbar {
    background-color: #4CAF50;
    color: white;
}

.navbar-brand {
    font-weight: bold;
    color: white;
}
.navbar-brand span {
    font-weight: normal;
}

.container-fluid {
    padding: 0;
}

.left-content,
.right-content {
    padding: 20px;
}

.left-content {
    background-color: #f2f2f2;
}

.right-content {
    background-color: #ffffff;
}
li{
    list-style: none;
}
li::before{

<!-- Unicode for >> character -->
    content: "\2714";
}