body {
  background-color: #333;
  height: 100vh;
  color: #68e54d;
  font-family: "VT323";
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.large-header {
  position: fixed;
  top: 0;
  left: 0;
  background: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

img.logo {
  max-height: 100px;
  max-width: 100px;
  height: 100px;
  width: 100px;
  position: relative;
  z-index: 10;
}

canvas {
  position: fixed;
  top: 25%;
  left: 50%;
  width: 600px;
  height: 400px;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.footer,
.intro {
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .display-3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .pt-5 {
    padding-top: 2rem !important;
  }
}
@media (max-width: 576px) {
  .display-3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1rem;
    line-height: 1.3;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
