.uc-discord-widget {
    display: flex;
    justify-content: center;
}

.custom-button a {
    transition: transform 0.2s ease !important;
}

.custom-button a:hover {
    transition: transform 0.2s ease !important;
}

.custom-button a:active {
    transition: transform 0.1s ease !important;
}

.mainhero a:hover {
    transform: scale(1.05) rotate(-2deg) !important;
}

.mainhero a:active {
    transform: scale(1.10) rotate(-1deg) !important;
}

.sidekick a:hover {
    transform: scale(1.05) rotate(2deg) !important;
}

.sidekick a:active {
    transform: scale(1.10) rotate(1deg) !important;
}