.twist {
    transition: 1s;
}
.twist:hover {
    transform: rotate(360deg);
}
