* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow: hidden;
}

main {
  height: 100vh;
  width: 100vw;
}

div {
  height: 100%;
  width: 50%;
  background-size: cover;
  display: inline-block;
  background-position: center;
}

.left {
  background-image: url(https://images.unsplash.com/photo-1722525901281-a238b4fb63de?q=80&w=1368&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}

.right {
  background-image: url(https://images.unsplash.com/photo-1722353619595-b4761dce43c8?q=80&w=1374&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}