body {
  background-color: white;
  background-image: url('FONDO3.png'), url('fondo2.png'), url('fondo.png');
  background-position: center , center bottom, center top;
  background-repeat: repeat-y, repeat,repeat-y;
  color: black;
  font-family: Courier new
}

.bold-text {
  font-weight: bold;
}
