.tab-sub-title {
    text-align: center;
    font-size: 1.5vw;
    padding: 5px;
    margin-right: 3px;
    border-radius: 0px 10px 0px 0px;
    cursor: pointer;
}
.tab-sub-title:hover {
    background-color: rgb(114, 112, 112);
}
.tab-sub-active {

    background-color: rgb(66, 66, 66);
    margin-bottom: -1px;
    color: white;

}