.section {
  min-height: 100%;
}

.body {
  cursor: cell;
  background-image: url('../images/M_OCA2.jpg');
  background-position: 0 0;
  background-size: contain;
}

.body.home_body {
  background-image: url('../images/M_OCA2.jpg');
}

.body.body_2 {
  background-image: url('../images/M_OCA2_2.jpg');
}

.text-block {
  filter: blur(.5px);
  color: #f5d0af;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 35px;
  font-weight: 100;
  line-height: 38px;
  text-decoration: none;
}

.text-block.dark {
  color: #849cf5;
}

.container {
  max-width: 100%;
}

.heading {
  filter: blur(8px);
  color: #dcf860;
  text-align: center;
  margin-top: 37px;
  font-family: Syne Mono, sans-serif;
  font-size: 120px;
}

.link-block {
  text-decoration: none;
}

.div-block {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-image: url('../images/M_OCA2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.link-block-2 {
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 21px;
    line-height: 28px;
  }

  .heading {
    margin-top: -862px;
  }
}


