body {
    background-image: url('../img/eurosnodi.jpg');
    background-size: cover;
    top: 0px;
    right: 0px;
}

main {
    margin-top: auto;
    margin-bottom: auto;
}

h1 {
    line-height: 45px;
}

hr {
    width: 60%;
    margin-left: 0%;

}

h2 {
    line-height: 45px;
}

fieldset {
    width: 58%; 
    height: auto; 
    padding: 20px 10px;
}

fieldset>legend {
    font-size: 2em;
}


fieldset>div>div>input[type=text] {
    /* width: 100%; */
    font-size: larger;
    padding: 0.332em 12.75em;
    margin-bottom: 0.9375em;
    
}

fieldset>div>div>input[type=submit]{
    color: white;
    font-weight: bold;
    font-size: larger;
    background-color: #009A44;
    padding: 0.332em 17.90em;
}

form>input[type=submit] {
    color: white;
    font-weight: bold;
    font-size: larger;
    background-color: #009A44;
    padding: 0.332em 17.90em;
}