html,
body {
    padding: 0;
    margin: 0;
    font: 14px 'Open sans', sans-serif;
    color: #2a147a;
    background: #2f3e03;

}

div {
    border: 3px outset rgb(17, 15, 15);
    text-align: center;
    border-radius: 10px;
    background-color: rgb(154, 200, 235);

}

.xdiv1 {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 360px;
    height: 680px;
}

.xdiv2 {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 350px;
    height: 40px;
}

.xdiv3 {
    position: absolute;
    top: 50px;
    left: 2px;
    width: 350px;
    height: 70px;
}

.xdiv4 {
    position: absolute;
    top: 125px;
    left: 2px;
    width: 350px;
    height: 570px;
}



H1 {
    text-align: center;
    font: 20px 'Open Sans', sans-serif;
    color: #5f1212;
}

.inputx {
    margin-left: 5px;
    margin-top: 5px;
    width: 200px;
    height: 50px;
    border: 3px solid #5f1212;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    color: hsl(0, 88%, 25%);
    background-color: #6ef39d;
    border-radius: 12px;
    font-size: 22px;
}

input.larger {
    width: 30px;
    height: 30px;
}

formxx {
    position: absolute;
    top: 50px;
    left: 2px;
}

label {
    font: 12px 'Open Sans', sans-serif;
    font-weight: bold;
    border: 3px solid #03543e;
    background-color: #d4f2bb;
    width: 150px;
    height: 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #0b0a0a;
    border-radius: 15px;
    outline: none;
}

label.des2 {
    width: 100px;
    height: 30px;
    position: absolute;
    top: 8px;
    left: 2px;
}

a {

    font: 14px 'Open Sans', sans-serif;
    font-weight: bold;
    border: 3px solid #03543e;
    background-color: #72ef87;
    width: 100px;
    height: 22px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #0b0a0a;
    border-radius: 15px;
    outline: none;
    transition: 0.3s;
}

a.posiz1 {
    position: absolute;
    top: 8px;
    left: 2px;

}

a.posiz2 {
    position: absolute;
    top: 8px;
    left: 115px;
}

a.posiz3 {
    position: absolute;
    top: 8px;
    left: 225px;
}

button {
    /* Precedente -Descrizione */

    font: 14px 'Open Sans', sans-serif;
    font-weight: bold;
    border: 3px solid #03543e;
    background-color: #72ef87;
    width: 100px;
    height: 22px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #0b0a0a;
    border-radius: 15px;
    outline: none;

}

button.posb1 {
    position: absolute;
    top: 540px;
    left: 2px;
}
button.posb2 {
    position: absolute;
    top: 540px;
    left: 115px;
}

button.posb3 {
    position: absolute;
    top: 540px;
    left: 225px;
}

input {
    font: 14px 'Open Sans', sans-serif;
    font-weight: bold;
    border: 3px solid #03543e;
    background-color: #72ef87;
    width: 100px;
    height: 22px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #0b0a0a;
    border-radius: 15px;
    outline: none;;

}

input.posi2 {
    position: absolute;
    top: 540px;
    left: 115px;
}

input.posi3 {
    position: absolute;
    top: 540px;
    left: 225px;
}
input.inpdes{
    font: 14px 'Open Sans', sans-serif;
    font-weight: bold;
    width: 200px;
    height: 30px;
    position: absolute;
    top: 8px;
    left: 115px;
}

input.inpric{
    position: absolute;
    top: 42px;
    left: 115px;
}


.opt1 {
    display: inline-block;
    padding: 5px 5px;
    text-align: left;
    text-decoration: none;
    color: hsl(0, 88%, 25%);
    background-color: #6ef39d;
    position: absolute;
    top: 1px;
    left: 8px;


}

.opt2 {
    display: inline-block;
    padding: 5px 5px;
    text-align: left;
    text-decoration: none;
    color: hsl(0, 88%, 25%);
    background-color: gold;
    position: absolute;
    top: 5px;
    left: 2px;
}





h2 {
    text-align: center;
    font-size: 24px;
    color: #5f1212;
    padding: 20px;
}



p {
    font: 20px 'Open Sans', sans-serif;
    display: inline-block;
    background-color: #ea2b2b;
    color: #5f1212;
    border-radius: 12px;
    padding: 5px 5px;
}

option {
    font: 30px 'Open Sans', sans-serif;
    background-color: #ccf0aa;
    color: #0c0b0b;


}

select {
    font: 14px 'Open Sans', sans-serif;
    background-color: #aabdf0;
    color: #5f1212;
    position: absolute;
    top: 10px;
    left: 2px;
}



.buttonxx {
    font: 14px 'Open Sans', sans-serif;
    font-weight: bold;
    border: 3px solid #03543e;
    background-color: #72ef87;
    width: 100px;
    height: 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #0b0a0a;
    border-radius: 15px;
    outline: none;

}

.divq1 {
    background-color: darkturquoise;
    width: 90%;
    height: 100px;
    position: absolute;
    top: 2px;
    left: 5px;

}

.divq2 {
    background-color: bisque;
    width: 90%;
    height: 100px;
    position: absolute;
    top: 120px;
    left: 5px;

}



.xdiv1x {
    border: 2px outset rgb(10, 176, 43);
    background-color: rgb(228, 237, 198);
    height: 250px;
    width: 500px;
}




li {
    font: 18px 'Open Sans', sans-serif;
    color: #08a635;
    margin-left: 10px;

}

table {
    border-collapse: separate;
    border-spacing: 3px;
}

th {
    font: 12px 'Open Sans', sans-serif;
    font-weight: bold;
    background-color: coral;
    border: 1px solid #121111;
    border-radius: 5px;
    color: #5f1212;
    width: 60px;
    height: 20px;
    /* padding: 8px; */



}

tr {
    font: 25px 'Open Sans', sans-serif;
    font-weight: bold;
    background-color: coral;
    border: 1px solid #121111;
    border-radius: 20px;
    padding: 8px;
    color: #5f1212;
    width: 125px;

}




td {
    display: inline-block;
    font: 20px 'Open Sans', sans-serif;
    background-color: darkseagreen;
    border: 1px solid #ed0808;
    border-radius: 10px;
    padding: 8px;
    color: darkblue;
    width: 20%;
}

#container {
    width: 300px;
    margin: 0 auto;
    background-color: #7aa8b7;
}