@font-face {
  font-family: fontmess;
  src: url(/alchimia/fontpers/New-X-Digital-Light.ttf);
}
@font-face {
  font-family: fontpers;
  src: url(/alchimia/fontpers/Fredoka-VariableFont_wdth,wght.ttf);
}
#box       {
           display: table;
           position: absolute;
           top: 0;
           left: 0;
           height: 100%;
           width: 100%;
           }
#middle    {
           display: table-cell;
           vertical-align: middle;
           }
#messaggio {
           margin-left: auto;
           margin-right: auto;
           width: 60%;
           height: 180px;
           border:solid 4px #9f9fa0;
           border-radius: 5px;
           background-color: #efeff2;
           }
input[type="text"] {
border:none;
background:none;
color: black;
text-align:center;
font-size:22px;
font-family:fontpers,verdana;
width:98%;
}
