html body{
    background-color: #bfe0b6;
    color: black;
    opacity: 100%;
}
.notification{
    color: black;
}
.nav-item .nav-link{
    color: black;
}
.nav-item .nav-link:hover{
    color: #12d74a;
}
.icon-text a:hover{
    color: #12d74a;
}

.icon-text a{
    color: black;
}
.container{
    opacity: 100%;
}

.site-content{
    text-align:center;
}
.table {
    table-layout: auto;
}

.nav-item {
    /** color: #fffa8c; */
    color: rgb(23, 23, 22);
    font-weight: normal;
}

.navbar-item:hover{
    color: #12d74a;
}

a .nav-link:hover {
    color: #12d74a;
}