@media only screen and (min-width:500px)(max-width:1050px) {
  /* For tablets: */
  #sobre p{
    padding-top: -20px;
    margin-left: 300px;
  }
  #sobre img{
    width: 250px;
    margin-top: 100px;
  }
  #sobre{
    background-color:#A72B32;
    margin-top: 50px;
  }
  input[type=submit] {
    margin-top: 30px;
    float: left;



  }

}
