@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: 'Reenie Beanie', serif;
	font-size: 100px;
	font-style: normal;
	font-weight: 400;
	text-shadow: 2px 2px 2px #aaa;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0.152em;
	line-height: 1em;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

a img { /* Questo selettore rimuove il bordo blu predefinito visualizzato in alcuni browser intorno a un'immagine quando è circondata da un collegamento.  */
	border: none;
}

.container {
	width: 960px;
	margin: 50px auto; /* Il valore automatico sui lati, abbinato alla larghezza, produce un layout centrato. */
}

#info p {
	text-align: center;
	margin: 0;
}
