/*@media screen and (max-width: 800) {
body {
 max-width: 100%;
 display: flex;
 justify-content: center;
}
}*/

body {
 background-color: #cccccc;
 display: flex;
 justify-content: center;
}

.gruppo {
border: 1px solid white;
/*max-width: 350px;*/
/*min-width: 190px;*/
margin: 10px;
padding: 8px; 
border-radius: 12px;
background-color: darkorange;
}

label {
float: left;
display:block;
width: 120px;
margin-bottom: 0;
}

input {
margin: 2px 8px;
}
 
.error{
color:#ff0000;
font-weight:bold;
}
 
.sent{
color:#00D60E;
font-weight:bold;
}

h3{
font-family: 'Century Gothic', 'Trebuchet MS';
font-size: 11pt;
color: black;
margin: 0 0 10px 0;
}

h4{
font-family: 'Century Gothic', 'Trebuchet MS';
font-size: 10pt;
text-align: left;
font-weight: normal;
margin: 0;
color: white;
line-height: 22px;
}

h5{
font-family: 'Century Gothic', 'Trebuchet MS';
font-size: 9pt;
text-align: left;
font-weight: normal;
margin: 0 0 10px 0;
color: #807ffe;
}


a{
text-decoration: none;
color: #ff7000;
}

a:hover{
font-weight: bold;
}