body {
margin: 0;
padding: 0;
background-color: black;
text-align: center;
}
#messaggio {
margin: auto;
margin-top: 100px;
width: 500px;
height: 200px;
}
#statistiche {
width: 150px;
visibility: hidden;
}
img {
border: none;
}
a:link {
border: none;
text-decoration: none;
}
a:hover {
border: none;
text-decoration: none;
}
a:visited {
border: none;
text-decoration: none;
}