@font-face {
  font-family: 'Commissioner';
  src: url('/fonts/Commissioner-Typeface/file_fonts/CommissionerLoud-ExtraLight.woff2') format('woff2'),
       url('/fonts/Commissioner-Typeface/file_fonts/CommissionerLoud-ExtraLight.woff') format('woff'),
       url('/fonts/Commissioner-Typeface/file_fonts/CommissionerLoud-ExtraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.contenitore{
    margin: 0 auto;
    width:80%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    padding: 3rem 3rem 3rem 1rem;
}
.close-x{
    position: absolute;
    top: 0.7rem;
    right: 1.7rem;
    color: #111;
    font-family: 'Commissioner';
    font-size: 2.5rem;
    text-decoration: none;
    z-index: 10000;
}

.legal-wrapper {
    font-family: 'Actually';
    color: #111;
    font-size: 2.66rem;
    line-height: 3.3rem;
    width: 76%;
}

.legal-wrapper h2 {
    color: #111;
    font-size: 2.2rem;
    font-weight: bolder;
    font-weight: 400 ;
}

.legal-wrapper h3 {
    padding: 0;
    margin-top: 2.7rem;
    margin-bottom:1.2rem;
    font-size: 1.8rem;
}

.legal-wrapper h4 {
    padding: 0;
    margin-top: 2.7rem;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
}

.legal-wrapper p {
    margin-bottom: 1rem;
    font-size: 1.7rem;
}