body{
	background-image:url("graphix/bg.jpg");
	background-repeat: repeat; 
	text-align:center;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

img {
  max-width: 75%;
  height: 75vh; /* new */
  object-fit: contain;
}


