@media only screen and (max-device-width: 480px) {
    #topmain{
        font-size: 300%;
    }
    body{
        line-height: 1500%;
    }
   }