.mt-0 {
  margin-top: 0!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-1 {
  margin-bottom: .25rem!important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.ms-auto {
  margin-left: auto!important;
}

.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pb-0 {
  padding-bottom: 0!important;
}

