.subtitle {
  text-align: center;
  color: var(--text-muted);
  margin-bottom: 32px;
}

.center {
  text-align: center;
}

.text-primary {
  color: var(--primary);
}

.bg-primary {
  background: var(--primary);
  color: #fff;
}
