nav,
.lang,  
.topbutton, footer, .newsletter, .email {
  display: none;
}
body {
    font-family:  sans-serif;
    font-size: var(--font-size);
    background-color: var(--white);
    color: var(--black);
    line-height: 2;
    background-size: 4px 4px;
    margin: 3em;
    padding-top: 2em;
  }
  ul {
    list-style: none;
  }
  iframe {
    display: none;
  }
  h1 {
    font-size: 3.5em;
    margin: 0px;
  }
  h2 {
    font-size: 2em;
    margin: 0px;
  }
  li ::before {
    margin-left:-0.25em;
  }
  .social {
    display: flex;
    justify-content: right;
    max-width: 60rem;
    margin: 0 auto;
  }
  .social li {     
    float: left;
    height: 20px;
    line-height: 10px;
    width: 20px;
    margin: 5px 10px;
  }
  .social li:first-child {
    margin-left: 0rem;
  }
  .social li:last-child {
    margin-right: 2rem;
  }
  .social svg:hover {
    fill: var(--gold);
    transition: all 200ms ease;
  }