.debug {
  display: inline-block;
  position: fixed;
  bottom: 70px;
  left: 10px;
  background-color: rgba(243, 198, 64, 0.5);
  padding: 10px;
  z-index: 1000000;
  font-size: 11px;
  color: #000;
}

.relationship, .relationship a, a.relationship {
  color: #0070CD !important;
}

.strategic, .strategic a, a.strategic {
  color: #00945D !important;
}

.executing, .executing a, a.executing {
  color: #7B2481 !important;
}

.influencing, .influencing a, a.influencing {
  color: #E97200 !important;
}

.error {
  color: red;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

