@charset "utf-8";
/* CSS Document */

a:link {
	color: #673917;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #673917;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #673917;
}
body {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	font-weight:bold;
	background-color: #fffcd6;
}

h1 {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 48px;
	font-weight:bold;
	color: #673917;
	text-align: center;
}

.box {
    box-sizing: border-box;
    width: 100%;
    border: 1em solid #673917;
    float: none;
	border-radius: 10px 10px 10px 10px;
}

.testo {
   text-align: justify;
   padding: 10px;
}

.nascosto{
visibility:hidden;
}

.numeri {
/* Posizionare e formattare il numero */
width:50px;
height:50px;
padding:2px;
font-size: 36px;
background:#FFF;
font-weight:bold;
text-align:center;
box-sizing: border-box;
    border: 1px solid #673917;
    float: none;
	border-radius: 5px;
}