.text-justify {
    text-align: justify;
  }

  .btn-ci {
    background-color: fuchsia;
  }
  .btn-ci:hover {
    background-color: rgb(134, 56, 134);
  }
  .ci-color {
    background-color: fuchsia;
    height: 100%;
  }
  .spacer {
    height: 70px;
  }
  .nav-color {
    background-color: fuchsia;
  }
  .logo-icon {
    width: 30px;
    height: auto;
  }
  .github-dark-bg {
    background-color: #0d1117;
    color: white;
}