body {
  max-height: 100vh;
}

#content {
  background-image: url("images/laptop.png");
  height: 100vh;
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
