body {
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
  line-height: 1.5;
  font-size: 18px;
  background-color: #000000;
  color: #ffffff;
  margin: 40px auto 40px auto;
  max-width: 900px;
}

h1 {
font-family: "acumin-pro-wide", sans-serif;
font-weight: 600;
font-size: 24px;
}

.back_cross {
  width: 100vw;
  float: right;
  padding-top: 100px;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 1;
}

.cross {
  float: right;
  padding-right: 10%;
  z-index: 2;
  }

.privacy_statement {
  padding-top: 100px;
  top: 0px;
  left: 10%;
  position: fixed;
  width: 55%;
  z-index: 0;
  max-height: 90vh;
  overflow: scroll;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1080px) {
  .privacy_statement {
  width: 80%;
  padding-top: 20px;
    }

.back_cross {
  padding-top: 30px;
}
}

a {
    color: #ffffff;
    text-decoration: none;
}

.footer {
    position: fixed;
    margin-left: 40px;
    left: 0;
    bottom: 0;
    padding-bottom: 20px;
    background: #000000;
    width: 100%;
}