html, body, .container {
  height: 100%;
}

.grass {
  display: flex;
  justify-content: center;
  background-image: url("background.jpg");
  height: 1400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

