body {
  margin: 0;
  font:normal 75% Arial, Helvetica, sans-serif;
}

.container {
  position: relative;
  z-index: 2;
  text-align: center;
  overflow: auto;
  pointer-events: none;
}

.jumbo {
  /* background-color: #151d1eb4; */
  width: 50%;
  margin: 0 auto;
  border-radius: 25px;
  /* border-color: #5be54660; */
  /* border-style: solid; */
  /* border-width: 1px; */
  margin-top: 30vh;
  pointer-events: all;
}
.jumbo .jumbo-text {
  color: #fff;
  font-size: 140%;
}

.corp {
  color: #000000;
}

.rounded {
  width: 50%;
  color: #000000;
}

.footer {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
}
.footer-text{
  color: #fff;
  text-align: center;
  font-size: larger;
}

/* particles */

canvas {
  display: block;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 2;
}