
.Tags_Interests {
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    padding: 4px 10px 2px;s
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.Tags_Interests:hover{
    text-decoration: none !important;
    color: white !important;
    background-color: var(--primary-color);
}

