What is the best way to maintain body alignment while zooming in and out on a web page?
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
body {
font-family: 'Merriweather Sans', sans-serif;
margin:0px;
font-weight: normal 300;
font-size:14px;
color:#595959;
text-align:center;
}