body {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-image: linear-gradient(to bottom, #337DEF, #699ef1, #98bdf5, white, #FFFFFF);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



#testo {
    align-items: center;
    max-width: 90%;
    margin: 100px auto;
}

h1 {
    font-family: "Paytone One", sans-serif;
    font-weight: 900;
    color: white;
    text-align: center;
    font-size: 4rem;
}

@media (min-width: 981px){
    h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 900;
        color: white;
        text-shadow: none;
    }
}

@media (max-width: 980px) {
    h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 900;
        color: #0a2957;
    }
}


p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: black;
}
#logo_faq {
    display: block;
    margin: auto;
    width: 30%;
}

/* Sezione footer */
footer {
    background-image: url("img/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 24rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 3rem 3rem;
    position: relative;
}
#footer_elements img{
    width: 3rem;
}
#footer_elements {
    display: flex;
    gap: 1rem;
}
#logo_footer {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    width: 16rem;
}
#footer_text {
    color: white;
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.7rem;
    text-align: center;
    opacity: 0.8;
}

#sovrimpressione {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 2rem 3rem;
    z-index: 1000;
    pointer-events: auto;
}

@media (max-width: 980px) {
    #footer_elements img{
        width: 5rem;
    }
}