body{
	background-color: #2D8652;
	font-family: sans-serif;
}
h1{
	font-size: 50px;
	text-transform: capitalize;
}
p{
	font-size: 17px;
}
#infancia{
	font-family: Times New Roman;
	color:white;
	font-style:italic;
}
#animales{
	font-family: sans-serif;
	color: yellow;
}
#literatura{
	font-family: Cournier New;
	color:brown;
	font-size:30px;
}
#numeros{
	color:red;
	font-family:oblique;
}