body{
    background-color: rgba(255, 255, 0, 0.233);
}

#title{
    align-items: center;
    width: fit-content;
    margin: auto;
    margin-top: 10%;
}

h1{
    width: 100%;
    font-family: 'forte';
    font-size: 60px;
    margin: 0;
    color: teal;
    text-shadow: 2px 0px black;
}
h2{
    margin: 0;
    text-align: end;
    font-family: 'forte';
    font-weight: 50;
    color: lightcoral;
}
h3{
    margin: 0;
    font-style: italic;
    color: lightcoral;
}
section{
    margin: 10% auto 0;
    align-items: center;
    width: 60%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.ip{
    text-align: center;
    margin: 10% 0;
}

label{
    margin: 10% 0;
    font-size: 20px;
}
input{
    margin: 2% 0;
    border: dotted lightcoral;
    border-radius: 20px;
    padding: 4% 0;
    width: 100%;
    text-align: center;
    background-color: transparent;
}

button{
    margin: 2% auto;
    background-color: Transparent;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: dashed teal;
    border-radius: 20px;
    font-size: 20px;
}

#giudizio{
    font-size: 20px;
    text-align: center;
}

#ambe{
    font-family: 'Shelman';
    text-align: right;
    opacity: 30%;
    position: relative;

}