body {
  width: 100%;
  min-height: 100vh;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(138, 184, 134, 0.5)), url("img/backgroundv3.jpg");
  /* background-image: linear-gradient(45deg, rgba(0, 0, 0, 0), rgba(59, 54, 54, 0)); */
  background-position: center;
  background-size: cover;
  padding: 10px 8%;
  text-align: center;
  color: #fff;
}

.content {
  margin: 15% auto 0;
}
.content h1 {
  font-size: 65px;
  font-weight: 400;
}
