.navbar-brand {
  font-weight: 900;
  letter-spacing: 1.2px;
}

.navbar-brand span {
  font-weight: 200;
}

.blurring {
  filter: grayscale();
}

.space {
  display: flex;
  justify-content: space-evenly;
}

.submitted {
  visibility: hidden;
  height: 0;
}

.intro-text {
  text-align: justify;
}

.intros a,
.services__content a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  background-color: #500671;
  width: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 2px;
}

.services p, .faq li {
  text-align: justify;
}

