html, body {
  height: 100%;        /* Que ocupen toda la ventana */
  margin: 0;           /* Elimina mÃ¡rgenes por defecto */
  padding: 0;
}

body {
  background-image: url("https://issarazz.neocities.org/Fondopag2.png");
  background-repeat: no-repeat; /* No se repite */
 background-position: center;  /* Centrada */
}
.Reprod{
position: relative;
height:175px;
width:400px;
left: 150px ;
top: 100px;
}

.Leonnn{
  position: relative;
  left:600px;
  top:-450px;
}

.Libros{
  position: relative;
  left: 150px;
  top:125px;
}

.Cajita{
  position: relative;
  left:545px;
  top:-400px;
}

.ikeapost{
  position: relative;
  left: 950px;
  top:-900px;
}










