body {
  background-image: url(Fondo.jpg);
  font-family: Helvetica, sans-serif;
}

h1 {
font-size: 50px;
color: #FFFFFF;
text-align: center;
}

h2 {
font-size: 25px;
color: #FFFFFF;
text-align: center;
}

h3 {
font-size: 15px;
color: #FFFFFF;
text-align: center;
}

p {
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
}

div {
  text-align: center;
}
