body {
  background-color: #3e4ab8;
}

.container {
  display: flex;
  justify-content: center; /* Horizontal centering */
  align-items: center; /* Vertical centering */
  height: 100vh; /* Full viewport height */
}

.container img {
  max-width: 100%;
  height: auto;
}
