#jmtcv2-tag-cloud {
    text-align: center;
    padding: 20px;
    perspective: 900px;
}
.jmtcv2-tag {
    display: inline-block;
    margin: 6px;
    text-decoration: none;
    transition: transform 0.25s ease, color 0.2s ease, text-shadow 0.2s ease;
    cursor: pointer;
}
.jmtcv2-tag:hover {
    transform: scale(1.2) rotateY(8deg);
    text-decoration: underline;
}
