 /* Container holding the image and the text */
.container {
  font-size:12px;
  width:800px; 
  height:460px; 
  position: relative;
  text-align: center;
  color: blue;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} 

/* Ley Dominical Nacional */
.ldn {
  position: absolute;
  top: 225px;
  left: 95px;
}

/* Ley Dominical Mundial */
.ldm {
  position: absolute;
  top: 195px;
  left: 182px;
}

/* Decreto de muerte */
.ddm {
  position: absolute;
  top: 208px;
  right: 222px;
}

/* Liberación del pueblo de Dios */
.lpD {
  position: absolute;
  top: 220px;
  right: 100px;
}
