@media screen and (min-width: 1440px){
    html {
        font-size: 143px !important;
    }
    .content{
	    width: 10rem;
    	margin: 0 auto;
    }
}
/*@media screen and (min-width: 1024px) and (max-width: 1440px){
	html {
        font-size: 143px !important;
    }
}*/