body {
  margin: 0; /* Remove default body margins */
  overflow: hidden; /* Hide scrollbars */
}

img {
  width: 100vw; /* 100% of the viewport width */
  height: 100vh; /* 100% of the viewport height */
  object-fit: center; /* Cover the entire area without distortion */
  display: block;
}