div.logo-centered {
  display: flex; !important
  width: 100%;
  justify-content: center; !important
  align-items: center; !important
}

.logo-centered img {
  max-width: 400px;  // Match your image; prevents full-width stretch
  height: auto;
  margin: 0 auto;    // Fallback if flex still fights
}