body {
  margin: 0; /* Remove default body margins */
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  min-height: 100vh; /* Ensure full viewport height */
}



.image1 {
  max-width: 100%; /* Image scales to max 100% of container width */
  max-height: 100%; /* Image scales to max 100% of container height */
  display: block; /* Remove extra space below image */
  object-fit: contain; /* Maintain aspect ratio while filling container */
}

/*

