body {
  background-image: url("webhomebackground.png");
  margin: 0;
  height: 100vh;
  background-size:contain;      /* Always show whole image */
  background-repeat: no-repeat;
  background-position: center top 60px; /* pushes image 80px below the top */
}





