/* FOR Media */
@media only screen and   (max-width:600px){
    h1{
        font-size: 100px;
    }
    
}
