.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Ensure the parent div has a defined height */
}
