body {
  background-color: #695eb9;
}

.header {
  background-color: #695eb9;
  position: relative;
  z-index: 1;
}

.main-container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.c-header {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.header-hash {
  margin-right: 20px;
}

.header-download___link {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 6px;
  background-color: #f6c963;
  font-family: Acuminvariableconcept, sans-serif;
  color: #695eb9;
  line-height: 120%;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.magazine-iframe {
  position: fixed;
  bottom: 0;
  width: 100vh;
  min-width: 100%;
  max-width: 100%;
  border: 0;
  height: calc(100% - 86px);
  background-color: #eee;
}

@media screen and (max-width: 665px) {
  .magazine-iframe {
    height: calc(100% - 102px);
  }
}

@media screen and (max-width: 479px) {
  .magazine-iframe {
    height: calc(100% - 146px);
  }

  .c-header {
    flex-wrap: wrap;
  }

  .header-hash {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    flex: 0 0 auto;
    text-align: center;
  }

  .header-download {
    width: 100%;
    text-align: center;
  }
}

@font-face {
  font-family: "Acuminvariableconcept";
  src: url("../fonts/AcuminVariableConcept-WideUltraBlack.ttf")
    format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
