body {
  height: 800px;
  background-image: url("background.jpg");
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}