/* commento  */ 
html {
    overflow: auto; /* Hide scrollbars */
}
body {
    margin: 0;
    min-height: 100vh;
    text-align:center;
}
form { 
    border: 2px solid gray;
    border-radius: 1em; 
    display: inline-block;
    margin: auto;
    padding: 0.5em;
}
a {
    color: black;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
span { margin: 0 1em 0 0; }
.backgroundImage {
    background-image: url("/images/rombiVerdiGrigi.png");
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}
.big {
    font-size:1.2em;
    text-decoration: underline;
}
.containerPulsanti {
    background-color: aquamarine;
    border-radius: 1em;
    display: block;
    margin: 1.5em 0.5em;
    padding: 1em;
}
.failed {
    font-size: 2em;
}
.imagePulsante {
    width: 20vw;
}
.malaales {
    font-family: 'Akronim';
    font-size: 2em;
    padding: 0.5em;
}
.pulsante2max, .pulsante3max {
    background-color: burlywood;
    border-radius: 1em;
    box-shadow: 5px 5px 5px grey;
    display: inline-block;
    margin: 1em;
    padding: 0.5em;
    width: 33%;
}

.pulsanteAccedi {
    font-size: 1em;
    padding: 0.5em 3em;
}
.titoloForm {
    font-size: 1.2em;
    font-weight: 600;
}
.titoloPulsante {
    font-family: 'Chilanka';
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 0.5em;
}