.braink-resume {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  height: auto;
  min-height: 100vh;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.braink-resume {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0) 18%), linear-gradient(to top, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0) 20%), radial-gradient(circle at 18% 14%, rgba(255, 36, 182, 0.2) 0%, rgba(255, 36, 182, 0) 32%), radial-gradient(circle at 82% 86%, rgba(27, 233, 255, 0.24) 0%, rgba(27, 233, 255, 0) 38%), linear-gradient(180deg, rgba(112, 20, 255, 0.12) 0%, rgba(112, 20, 255, 0) 28%), repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0, rgba(255, 255, 255, 0.028) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 12px), linear-gradient(140deg, #04040a 0%, #02030b 36%, #090118 100%);
  background-blend-mode: normal, normal, screen, screen, normal, normal, normal;
}
.braink-resume .title {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  text-align: left;
  font-family: "Space Mono", monospace;
  font-size: 45px;
  line-height: 45px;
  color: #FFFFFF;
  font-weight: 700;
}
@media (min-width: 768px) {
  .braink-resume .title {
    font-size: 50.4px;
    line-height: 50.4px;
  }
}
@media (min-width: 1024px) {
  .braink-resume .title {
    font-size: 6vw;
    line-height: 6vw;
  }
}
@media (min-width: 1440px) {
  .braink-resume .title {
    font-size: 6vw;
    line-height: 6vw;
  }
}
.braink-resume .title {
  font-family: "Space Grotesk", sans-serif;
  text-wrap: balance;
}
.braink-resume .text {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
  text-align: left;
  text-transform: uppercase;
  font-family: "Space Mono", monospace;
  font-size: 15px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.8470588235);
  font-weight: 500;
}
@media (min-width: 768px) {
  .braink-resume .text {
    font-size: 16.8px;
    line-height: 30.24px;
  }
}
@media (min-width: 1024px) {
  .braink-resume .text {
    font-size: 1.2vw;
    line-height: 2.16vw;
  }
}
@media (min-width: 1440px) {
  .braink-resume .text {
    font-size: 1.2vw;
    line-height: 2.16vw;
  }
}

@media (min-width: 1200px) {
  .braink-resume {
    padding: 2vw 0;
  }
  .braink-resume .title {
    text-align: center;
  }
  .braink-resume .text {
    margin-top: 2vw;
    text-align: center;
  }
}