@media only screen and (max-width: 350px) {

    body{
        font-size: 14px;
    }

    input{
        font-size: 14px;
    }

    textarea{
        font-size: 14px;
    }
}




