/* Global zoom adjustment - makes everything 85% size */
html {
    zoom: 0.85;
}
