.outer-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#particles-js {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.inner-container {
  position: relative;
  z-index: 1;
}

.inner-container h1#name, h5#title, p.info {
  text-shadow: -1px 1px #eee;
}
