.parallax-area {
  height: 700px;
  max-width: 1500px;
  margin: auto;
  position: relative;
  text-align: center;
  color: rgb(0, 0, 0);
  margin-top: 130px;
  margin-bottom: 50px;
}
.parallax-image {
  background-image: url(../images/pexels-salm-art-13235070.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 71%;
}

.parallax-h1 {
  position: relative;
  top: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  font-size: 2.3em;
}
