html{
    -webkit-text-size-adjust: none;
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300; /*also loaderd 600 for bold */

}

h1{
    color: red;
}

a{
	color: #707070;
    text-decoration: none;
}

.center{
	text-align: center;
}