@keyframes items-animation {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.05);
    }
}