@font-face {
  font-family: Kommunanarrow;
  src: url('../fonts/KommunaNarrow.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.text-block {
  color: #f0f0f0;
  text-align: center;
  font-family: Kommunanarrow, Times New Roman, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.body {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-copy {
  color: #505050;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .7rem;
  line-height: .9rem;
  position: absolute;
  inset: auto 0% 4%;
}

.image {
  filter: invert();
  max-width: 22rem;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
}

.image-2 {
  filter: grayscale();
  max-width: 22rem;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 1.2rem;
  }

  .text-block-copy {
    font-size: .6rem;
  }

  .image {
    max-width: 14.3rem;
  }

  .image-2 {
    max-width: 14.5rem;
  }
}


@font-face {
  font-family: 'Kommunanarrow';
  src: url('../fonts/KommunaNarrow.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}