body {
  margin: 0;
}

#particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
}

.text {
  font-family: 'Pacifico', cursive;
  font-size: 12em;
  color: efefef;
  font-weight: 100;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 300px;
  top: calc(50% - 100px);
  left: calc(50% - 150px);
}

.img {
  display: inline-block;
  height: 100px;
  z-index: 100;
}
