p { font-size: 1.5em; 
	text-align: center;
	background-color: grey;
	font-family: sans-serif;
	color: white;
	}
h1 { font-size: 2em; font-family: cursive; background-color: orange; text-align: center; }
#infos {
  border-width: thin;
  border-style: solid;
  background-color: lime;
  padding-right: 1em;
  float: left;
  margin-right: 1em;
}
#infos p {
	font-size: 1em;
	font-family: sans-serif;
	text-align: center;
	background-color: transparent;
	color: black;
}