body {
  background-color: #7443c4;
  color: #fa7b14
}

.flex-container {
  /* Use Flexbox to center the child container horizontally */
  display: flex;
  justify-content: center;
  
  /* Optional: Vertically center the content as well */
  align-items: center;
}


