body {
    background: linear-gradient(-30deg, #10bfff 20%, #2d6aff 80%);
}

.container form {
    border-style: solid;
    border-width: 0.15rem;
    border-color: black;
    background-color: #ffffff;
    font-size: 100%;
    padding-top: 2vw;
    padding-left: 3vw;
    padding-right: 3vh;
}

.container h1 {
    color: white;
    text-shadow: 2px 2px 10px #000000;
    text-align: center;
    padding-top: 3rem;
}

.container h2 {
    color: #828282;
}

.container h5 {
    color: white;
    text-align: center;
    padding-bottom: 3rem;
    text-shadow: 2px 2px 10px #000000;
}

.container h6 {
    color: white;
    text-align: right;
}

.legenda ul {
    background-color: white;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: center;
    overflow: hidden;
    text-decoration: none;
    border-style: solid;
    border-bottom: none;
    border-color: black;
    border-width: 0.15rem;
}

.legenda li {
    float: center;
    padding: 1.5rem;
    text-align: center;
}

.legenda p {
    text-align: center;
    background-color: white;
    margin: 0;
    padding: 1rem;
    border-style: solid;
    border-bottom-style: none;
    border-color: black;
    border-width: 0.15rem;
}

.nonrispondo {
    text-align: right;
    float: center;
}

table.tab-risposte {
    margin-left: 5rem;
    margin-bottom: 2rem;
}

table.tab-risposte td {
    padding: 0.5rem 1rem;
}

.valuta {
    margin-top: 3vh;
    text-align: center;
}

.testo img {
    margin-right: 1vw;
    max-width: 200px;
    vertical-align: bottom;
    float: right;
    border: black 1px solid;
}

ol.linea {
    border-color: black;
    border-top-style: solid;
    border-width: 0.15rem;
}