/* changes scale 1 back to 30 percent@media (max-width: 1000px) {    body {        transform: scale(0.3);        transform-origin: top left;        width: 333.33%;        height: 333.33%;    }}*/body.mobile-mode {        transform: scale(0.3);        transform-origin: top left;        width: 333.33%;        height: 333.33%;        overflow-x: hidden;        }