body {font-family: 'Open Sans', 'sans-serif'; font-size: 13px; margin-top: 5%;  background: rgb(198,28,34);
background: linear-gradient(0deg, rgba(198,28,34,1) 100%, rgba(179,20,26,1) 100%); no background-repeat: no-repeat;}
img {max-width: 100%; height: auto; }/*sirve para que las TODAS imagenes DEL STIO (es decir todas las etiquetas img) se escalen al achicar el navegador*/

.container {max-width: 400px; height:auto; margin: 0 auto; text-align: center;}
  
/* media queries*/

@media screen and (min-width:380px){
	img {max-width: 200%; height: auto;}
.container {max-width: 100%; height:auto; margin: 0 auto;}
	h1 {font-size: 4em}
	a {font-size: 2em}
} 