.mb-0 {
  margin-bottom: 0
}

.mb-1 {
  margin-bottom: 1rem;
}

.text-center {
  text-align: center;
}

label:has(input[type=checkbox]) {
  margin-bottom: 1rem;
}