ul{
    list-style-type: none;
}
li{
    padding: 10px;
    width: 40px;
}

.array-list-item {
    transition: all ease 300ms;
}