p {

  color: black;
  font-family: Arial;
  font-size: 46px;
  text-align: center; 
  font-weight: bold;

}

body {

  background-image: url(fondo.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;

  
}