
@media only screen and (max-width: 320px){html{font-size: 85px;} }
@media only screen and (min-width: 320px) and (max-width: 360px){html{font-size: 96px;} }
@media only screen and (min-width: 361px) and (max-width: 375px){html{font-size: 100px;} }
@media only screen and (min-width: 376px) and (max-width: 384px){html{font-size: 120px;} }
@media only screen and (min-width: 385px) and (max-width: 416px){html{font-size: 102px;} }
@media only screen and (min-width: 416px) and (max-width: 448px){html{font-size: 119px;} }
@media only screen and (min-width: 448px) and (max-width: 480px){html{font-size: 128px;} }
@media only screen and (min-width: 480px) and (max-width: 512px){html{font-size: 136px;} }
@media only screen and (min-width: 512px) and (max-width: 544px){html{font-size: 145px;} }
@media only screen and (min-width: 544px) and (max-width: 576px){html{font-size: 153px;} }
@media only screen and (min-width: 576px) and (max-width: 608px){html{font-size: 162px;} }
@media only screen and (min-width: 608px) and (max-width: 640px){html{font-size: 170px;} }
@media only screen and (min-width: 640px){html{font-size: 170px;} }

