body {
  margin: 0;
  box-sizing: border-box;
}

.primary-bg {
  background: #0B0D19;
}

.particles-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inset-0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.z-index-full {
  z-index: 99999;
}

.text-white {
  color: #fff;
}