body {
    transform: scale(0.8);
    transform-origin: top left;
    width: 125%; /* Compensate for reduced width (100% / 0.8 = 125%) */
    overflow-x: auto; /* Handle potential horizontal overflow */
}