body{
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

.testa{
    margin-top: -5px;
    position: sticky;
    height: 10vh;
    top: 0;
    background-color: rgb(197, 27, 27);;
    color: white;
    padding: 10px ;
    z-index: 10;
    display: flex;
    align-items: center;
}

h1{
    margin-left: 3%;
    text-align: left;
    font-size: 50px;
}

a{
    text-decoration: none;
    color: black;
}

.return{
    background-color: white;
    border-radius: 15px;
    padding: 10px;
    font-size: 30px;
    position: absolute;
    right: 60px;
    transition: all 0.3s ease-in-out;
}

.return:hover{
    transform: translate(0, -10px);
    cursor: pointer;
}

main{
    background-color: white;
    height: 100%;
    width: 100%;
    text-align: center;
    display: inline-block;
}

section{
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}

section>p{
    width: 60%;
    font-size: 25px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.logo{
    margin-left: 50px;
    margin-top: 50px;
    width: 300px;
}

.testo-logo{
    margin-top: 7%;
    text-align: left;
    margin-left: 30px;
}

.testo-logo p{
    font-size: 25px;
    color: rgb(26, 117, 26);
    text-decoration: underline;
}

.testo-logo h2{
    font-size: 50px;
    color: red;
}

.nome{
    font-size: 50px;
    margin-top: 5%;
    color:rgb(21, 100, 21);
    text-align: left;
    margin-left: 3.5%;
}

footer{
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: rgb(197, 27, 27);;
    position: relative;
    bottom: 0;
    margin-top: 8%;
    width: 100%;
    height: 90vh;
    color: white;
    font-size: 20px;
}

footer>div{
    align-items: center;
}

.diritti{
    text-align: center;
    position: relative;
    bottom: 0;
    margin-top: 25vh;
}

.contatti{
   margin-top: 15vh;
    display: flex;
    flex-direction: row;
}

.contatti div{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.contatti div>p{
    text-align: left;
}

.loghi{
    margin-top: 10vh;
}

.loghi img{
    width: 6vh;
    margin-right: 2vh;
    margin-left: 2vh;
}