@media (min-width: 600px) and (max-width: 1580px) {
    body {
        transform: scale(1);
        transform-origin: top left;
        /* Adjust the value to control the zoom level */
    }
}