body{
    margin: 0;
    position: relative;
    height: 100%;
}

@font-face {
    font-family: 'ffont';  /* Nome personalizzato per il font */
    src: url('../Inter-VariableFont_opsz\,wght.ttf') format('truetype'); /* Percorso del file */
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'ffont', sans-serif;
}

#cont_form_dati{
    margin-top: 3vw;
}

.form_success_message{
    color: #12955d;
    text-align: center;
    font-size: 3vw;
    width: 70vw;
}

#pp_link{
    text-align: center;
    color: #12955d;
    font-size: 4vw;
    margin: 0;
}

