.body {
  background-color: #000;
}

.section {
  width: 80vw;
  height: 60vh;
  margin: 20vh auto 10vh;
}

.heading {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #000;
  font-family: 'UEM bungeeinline', Impact, sans-serif;
  color: #fff;
  font-size: 16vw;
  line-height: 16vw;
  font-weight: 400;
  text-align: center;
}

.section-2 {
  width: 80vw;
  height: 10vh;
  margin-top: 25vh;
  margin-right: auto;
  margin-left: auto;
}

.link {
  position: relative;
  display: block;
  width: auto;
  font-family: 'UEM robotomono', Arial, sans-serif;
  color: #7c7a7a;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.body-2 {
  background-color: #000;
}

.link-2 {
  position: relative;
  top: 10vh;
  width: 80vw;
  font-family: 'UEM robotomono', Arial, sans-serif;
  color: #7c7a7a;
  font-weight: 400;
  text-decoration: none;
}

.div-block {
  width: 80vw;
  height: 20vh;
  margin-right: auto;
  margin-left: auto;
}

.text-block {
  width: 80vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  font-family: 'UEM robotomono', Arial, sans-serif;
  color: #b1b1b1;
  font-weight: 400;
}

.heading-2 {
  width: 80vw;
  height: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: 'UEM bungeeinline', Impact, sans-serif;
  color: #fff;
  font-size: 45px;
}

.div-block-2 {
  width: 80vw;
  height: auto;
  margin-right: auto;
  margin-bottom: 50.8vh;
  margin-left: auto;
  border: 7px solid #000;
  border-radius: 0px;
}

.div-block-3 {
  width: 80vw;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.text-block-2 {
  font-family: 'UEM Robotomono', Arial, sans-serif;
  color: #7c7a7a;
  font-size: 10px;
  text-align: center;
}

@font-face {
  font-family: 'UEM bungeeinline';
  src: url('../fonts/UEM-BungeeInline-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UEM robotomono';
  src: url('../fonts/UEM-RobotoMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UEM robotomono';
  src: url('../fonts/UEM-RobotoMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UEM Robotomono';
  src: url('../fonts/RobotoMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}