@charset "utf-8";
#body {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top: 0;
}
.inputText {
    text-align: left;
    font-weight: bold;
    width: 40px;
}
.inputText:hover {
    border-color: red;
}
.inputText:focus {
    border-color: red;
    background-color: yellow;
}
.outputText {
    text-align: left;
    font-weight: bold;
    min-width: 200px;
}
.outputText1 {
    text-align: center;
    max-width: 100px;
	cursor:default;
	color: #cc0000;
	font-weight: bold;
	border-color: #006;
	font-size:28px;
}
.rispostaCrypt {
    min-width: 800px;
}
.label1 {
	font-size: max(32px);
	font-family: helvetica;
	font-weight: 100;
	font-size-adjust: 0.5;
	font-size-adjust: from-font;
}

.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 400px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 4px 6px;
    text-decoration: none;
    display: block;
}
.dropdown a:hover {
    background-color: #ddd;
}
.show {
    display: block;
}
.griglia {
    background-color: aqua;
    border: inset;
}
.button1 {
	cursor: pointer;
	font-family: helvetica;
	font-size: max(32px);
	background-color: #006;
	background-image: linear-gradient(90deg,#3386ff 0,#0000ce 50%,#006 100%);
	background-origin: border-box;
	color: #ffffff;
	border: 2px solid transparent;
	padding: 12px 30px;
	border-radius: 15px;
	background-size: 200%;
	background-position-x: 100%;
	box-shadow: -5px -5px 15px rgba(255,255,255,.9),5px 5px 15px rgba(0,0,0,.3);
	}

.button1:hover {
    background-color: #00004d;
    color: #fff;
    border-color: transparent;
    background-image: linear-gradient(90deg,#3386ff 0,#0000ce 50%,#006 100%);
    box-shadow: -2px -2px 5px rgba(255,255,255,.7),2px 2px 5px rgba(11,89,150,.3);
	background-position-x: 0;
}
.testata {
	background: #ccc;
	border-bottom-color: #c2c2c2;
	box-shadow: 3px 3px 15px 0 #888;
	margin-bottom: 40px;
	
}
.testata2 {
	max-width: 400px;
	margin-left:auto;
	margin-right:auto;
}