@media 
{
  zoom: 150%
}

.document.body.style.zoom = "150%"
html {
  width: 150%;
  overflow: hidden;
  zoom: 150%;
}