/* Utility classes for spacing */
.margin-top-md {
  margin-top: 2rem;
}

.margin-bottom-md {
  margin-bottom: 2rem;
}

/* Utility classes for flexbox */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Utility classes for typography */
.text-center {
  text-align: center;
}
