body{
	font-size:76px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	background-image:url("/image/image.jpg");
	background-repeat: no-repeat;
 	background-size: cover;
}
.cls{
	/*margin:auto;*/
	/*background: transparent;*/
	/*border:none;*/
	font-size:60px;
	text-align: center;
}
input,div{
	background: transparent;
	border:none;
	font-size:60px;
	color: blue;
	margin-bottom:20px;
}
button{
	/*background: transparent;*/
	border:thin;
	border-bottom-color: red;
	border-style: solid;
    border-radius:15px;
	font-size:60px;
	color: blue;
	margin-bottom:20px;
    opacity: 80%;
}
button:hover{
    opacity: 100%;
    color: red;
}
input[type="text"]
{
    background: transparent;
    /*border: none;*/
}
#risultato{
	color:yellow;
}
#esito{
	color:red;
}
