body {
  background-image: url("fondo blanco.jpg.");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  color: black;
  font-family: Arial;
}

p { 
 margin-right: 110px;
  margin-left: 40px;
}

h1 {
  color: black;
  text-align: center;
  border-style: solid;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 150px;
  margin-left: 80px;
}

img src {
display:block;
margin:auto;
}

table, th, td {
  border: 1px solid black;
  color: black;
}