body {
  width: 100%;
  height: 100vh;
  background-color: #1d1d1d;
  background-image: url(../../img/ix/ix.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.navsidebar {
  position: fixed;
}

.bg-primary {
  background-color: #1d1d1d !important;
}

.bg-secondary {
  background-color: #1f1f1f !important;
}

.border-primary {
  border-color: #51ab23 !important;
}

.text-primary {
  color: #ffffff !important;
}

.logo-primary {
  filter: invert(100%);
}

.link-primary {
  text-decoration: none;
}
.link-primary:hover p {
  color: #51ab23;
}
.link-primary p {
  color: #ffffff;
}

.nav-item a {
  color: #ffffff !important;
}
.nav-item:hover a {
  color: #51ab23 !important;
}