.shuffle {
    cursor: pointer;  
}

.shuffle.is-main {
    font-size: 100%;
}

.shuffle.completed {
    animation: blink 1s linear 0s 1 alternate;
}

@keyframes blink {
    0% {
        color: #fff;
        text-shadow: 0 0 1rem #fff;
    }
}