.color-switchers{
    display: block;
    position: relative;
    right: 10px;
    top: 2px;
    z-index: 9;
}

.color-switchers .color-switcher,
.color-switchers .font-switcher{
    display: inline-block;
    width: 24px;
    height: 24px;
/*     border: 1px solid green;
    border-radius: 50px; */
    cursor: pointer;
    position: relative;
}

.color-switchers .color-switcher .inside,
.color-switchers .font-switcher .inside{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .color-switchers .color-switcher.active{
    background-color: green;
    color: #fff;
}

.color-switchers .font-switcher{
    border: 1px solid red;
}

.color-switchers .font-switcher.active{
    background-color: red;
    color: #fff;
} */