html {
    background: #ffeeba;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Adjust based upon your needs */
}

.center-image {
  max-width: 100%;
  max-height: 100%;
}
