body {
    background-color: #363636;
    color: #fff;
    font-family: sans-serif;
    font-size: 2rem;
    padding-top: 5vh;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.list-iteam {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    width: 200px;
    height: 200px;
    pointer-events: none;
    border-radius: 5px;
}

.hm--position {
    background: linear-gradient(130deg, rgb(33, 25, 186), rgb(160, 44, 193));
}

.hm--transform {
    background: linear-gradient(130deg, rgb(25, 186, 38), rgb(47, 215, 167));
}

.hm--before {
    background: linear-gradient(130deg, rgb(252, 67, 67), rgb(215, 106, 47));
}

.hm--transition {
    background: linear-gradient(130deg, rgb(240, 74, 255), rgb(139, 47, 215));
}