body {
  background-image: url("fondo.jpg");
  background-size: repeat;
  background-position: center;
  font-family: "MS Sans Serif", sans-serif;
}

img {
  max-width: 100%;
  height: 100%;
}
