body{
	background-color: #747474;
}
.centered {
  	position: fixed;
  	top: 50%;
  	left: 50%;
  	/* se non si sanno le misure esatte del quadro aggiusta la centratura */
  	transform: translate(-50%, -50%);
  	text-align: center;
}
.text{
	padding: 10px 0px 10px 0px;
	color: white;
}
.text a{
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	color: white;
}
.text a:hover{
	padding: 10px 0px 10px 0px;
	color: #ea5426;
	text-decoration: underline;
}