}, 2400);
}, getRandomInt(1050, 3100));
function getRandomInt(min, max) { return Math.floor(Math.random() * (max - min)) + min; }