@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
body {
  background-color: #323031 !important;
}

.logo {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  transform: translateX(70%);
  opacity: 0.1;
}

text {
  transform: translateX(-10%);
}

h1 {
  background: -webkit-linear-gradient(80deg, #fcfe54, #70ecc7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600 !important;
}

h2 {
  color: #f4f4f4 !important;
  font-size: 80px !important;
  font-weight: 700 !important;
  z-index: 100;
  text-transform: uppercase;
}

.col-12 {
  height: 100vh;
}/*# sourceMappingURL=main.css.map */