/* Warna Utama */
.bg-purple {
  background-color: #6a0dad !important;
  -webkit-tap-highlight-color: transparent;
}
.btn-purple {
  background-color: #6a0dad;
  color: white;
  transition: 0.3s;
}
.btn-purple:hover {
  background-color: #520c9c;
  color: white;
}
.text-purple {
  color: #6a0dad;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.text-purple:hover {
  color: #520c9c;
}
.navbar .nav-link {
  color: white !important;
  font-weight: 500;
}
.navbar .nav-link:hover {
  color: #6a0dad !important;
}

.card {
  max-width: 500px;
  margin: auto;
  border-radius: 10px;
}

h2 {
  color: #343a40;
}