.tab {
    color: rgb(180, 186, 206);
    cursor: pointer;
}
.tab_active {
    color: rgb(0, 0, 0);
}
