Overflow calls

// let currentIndex = Math.floor(cards.length / 2); // Start with the middle card let offset = -(currentIndex * 100 / 3); // Adjust offset for centering updateActiveCard(); // Initialize //