.custom-tag-cloud {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.custom-tag-cloud a {
    padding: 4px 14px;
    font-family: "Jano Sans Pro", Sans-Serif;
    color: #B5B5B5;
    font-size: 16px !important; 
    line-height: 28px !important;
    margin: 0px 8px;
    transition: .3s ease;
    font-weight: 500;
}
.custom-tag-cloud a:hover {
    color: #EDC799;
}
