body{
  font-family: Arial;
  font-size: large;
  background-image: url("galaxia.jpg");
  background-size: cover;
}
h1 {
    background-color: white;
	  text-align: center;
	  color: red;
	  font: bold xx-large Arial;
}

h2{
  text-align: center;
  font-family: Arial;
	font-size: xx-large;
	color: red;
}

h3{
  font-family: Arial;
  font-size: large;
  background-color: white;
  color: blue;
}

h4{
  text-align: center;
  background-color: white;
  color: blue;
}

p{
  font-family: Arial;
  font-size: large;
  /*background-color: ;*/
	text-align: center;
} 