body {
  background-image: url("../immagini/libro.jpg");
  background-attachment: fixed;
}

h1 {
  color: red;
  text-align: center;
  margin-left: 25px;
}
h2 {
	text-align: center;
	color:lightgreen;
}
h3 {
	color:lightblue;
}
h5 {
	color: yellow;
}
p { 
    font-family: verdana;
    font-size: 13px;
    color: white;
}