body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}

html {height: 100%; width: auto;}


#mySidebar {
    z-index:3;width:250px;font-weight:bold;display:none;right:0;
  }
.contenido{
  text-align: left;   
  color:white;
  padding: 100px;
  background-size: cover;
  background-position:center; 
  margin: 5px;
  font-size: 22px;
}
@media screen and (max-width:1199px){
  .contenido {
  text-align: left;   
  color:white;
  padding: 40px;
  background-size: cover;
  background-position:center;
  font-size: 16px;
  }  
}



 
