body{
    font-family: 'Montserrat';
}
.patina{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: black;
}
.box-patina{
    border: solid thin #d1d1d1;
    padding: 20px;
    border-radius: 10px;
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: 10px;
    background-color: white;
}
.titolo{
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
}
.contatti{
    letter-spacing: normal;
}