.wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e76fde;
  cursor: cell;
}

.text-block {
  font-family: '351cf8 0 0', sans-serif;
  color: #26ebfc;
  font-size: 31vw;
  line-height: 31vw;
}

.link-block {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 70px;
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  line-height: 29px;
  text-decoration: none;
}

.text-block-2 {
  border-style: none;
  border-bottom-width: 3px;
  border-bottom-color: #ffe000;
  font-family: '351cf8 1 0', sans-serif;
  color: #ffe000;
  font-size: 27px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.shot{
     width: 10vh;
     height: 10vh;
     background-color: #e76fde;
     border-radius: 50%;
     transform:translate(-5vh, -5vh);
}

@font-face {
  font-family: '351cf8 0 0';
  src: url('../fonts/351CF8_0_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: '351cf8 1 0';
  src: url('../fonts/351CF8_1_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
