html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* #particle-canvas {
  width: 100%;
  height: 100%;
} */

#particle-canvas {
  position: relative;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
}

.welcome-text {
  width: 100%;
  position: relative;
  top: 100px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  z-index: 4;
}

.welcome-text h6 {
  font-size: 22px;
  color: #94a6ba;
  font-weight: 600;
  padding-bottom: 50px;
}

