.shuffle {
    height: 250px;
    width: 600px;
    position: relative;
}

.shuffle img {
    position: absolute;
    border-radius: 6px;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    height: 130px;
    width: 150px;
}

.shuffle img:nth-child(1) {
    transform: rotate(-12deg);
    left: 0;
    top: 30px;
    z-index: 1;
}

.shuffle img:nth-child(2) {
    transform: rotate(-4deg);
    left: 120px;
    top: 20px;
    z-index: 2;
}

.shuffle img:nth-child(3) {
    transform: rotate(5deg);
    left: 250px;
    top: 30px;
    z-index: 1;
}

.shuffle img:nth-child(4) {
    transform: rotate(-10deg);
    left: -50px;
    top: 80px;
}

.shuffle img:nth-child(5) {
    transform: rotate(5deg) scale(1.3);
    left: 130px;
    top: 100px;
    z-index: 4;
}

.shuffle img:nth-child(6) {
    transform: rotate(5deg);
    left: 300px;
    top: 100px;
}
