body {
  padding-top: 70px;
}

.navbar {
  background: #1a1e21;
  height: 70px;
}

.navbar-brand {
  font-family: "greycliff-cf", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #dbbfff;
  transition: color 0.1s;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

.navbar-brand:hover {
  color: #a38dda;
}

.navbar-brand:active {
  color: #a38dda;
}

.nav-item a {
  font-family: "greycliff-cf", sans-serif;
  font-size: 1rem;
}

.card-title a {
  text-decoration: none;
}

.card {
  width: 18rem;
}