body {
	margin: 0;
}

.image-container {
  width: 100vw;
  height: 100vh;
  background-image: url(dalle-best-lahmacun.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
