
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}



html, body {
margin:0;
padding:0;
font-size:16px;
font-weight:normal;
    font-family:sans-serif, Arial;
line-height:160%;
letter-spacing:0.03em;
color:#333;
min-height: 100%; 
    height: 100%;
	background-color: #fff;
    image-rendering: -webkit-optimize-contrast;

}





.content {
	width:100%;

	position: absolute;
top: 50%;
left: 50%;
margin-left:auto;
margin-right:auto;
text-align:center;
transform:translate(-50%, -50%);

}