.text-block {
  color: #fff;
  letter-spacing: -.5px;
  font-family: Neue Montreal Regular, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.div-block {
  margin-top: 50px;
  margin-left: 50px;
  display: flex;
  position: fixed;
}

.body {
  background-color: #000;
}

.text-block-copy {
  color: #fff;
  letter-spacing: -.5px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Neue Montreal Light, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}


@font-face {
  font-family: 'Neue Montreal Light';
  src: url('../fonts/NeueMontreal-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal Regular';
  src: url('../fonts/NeueMontreal-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}