
@media screen and (max-width: 1900px){
    
    h1{
        font-size:35px;
        font-style: italic;
    }
    h2{
        font-size:15px;
            }
    #texto3{
    
        font-size:15px;
    }
    #texto5{
        font-size:20px;
    }
     #texto6{
        font-size:16px;
    }
    .texto4{
        font-size:12px;
     
    }
  .login{
       width: 400px;
    }

}


@media screen and (max-width: 700px){
     h1{
        font-size:25px;
        font-style: italic;
    }
    h2{
        font-size:10px;
            }
    #texto3{
         width: 65px;
        font-size:8px;
    }
     #texto5{
        font-size:16px;
    }
     #texto6{
        font-size:14px;
    }
    .texto4{
        font-size:10px;
     
    }
    .login{
       width: 350px;
    }

}



@media screen and (max-width: 500px){
      h1{
        font-size:15px;
        font-style: italic;
    }
    h2{
        font-size:8px;
            }
     #texto3{
         width: 30px;
        font-size:4px;
    }
     #texto5{
        font-size:14px;
    }
    #texto6{
        font-size:12px;
    }
 .login{
       width: 250px;
       
    }
}
