* {
  font-family: 'unispace';
  user-select: none;
}

body {
  margin: auto;
  text-align: center;
}

.content_1 {
  position: absolute;
  z-index: 999;
  opacity: 9%;
  margin: auto;
  margin-top: 90px;
  text-align: center;
  left: 0;
  right: 0;
}
.content_1 img {
  width: 350px;
  pointer-events: none;
}

.content_2 {
  position: absolute;
  z-index: -999;
  margin: auto;
  margin-top: 190.2px;
  text-align: center;
  left: 0;
  right: 0;
}

.content_2 h1 {
  font-size: 60px;
  margin-bottom: -24px;
}
.content_2 p {
  font-size: 15px;
}


.content_3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.content_3 a { 
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-decoration: none;
}
