body {
  background-image: url(../images/quote2.jpg);
  background-size: cover;
  text-align: center;
}
body::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0, 60%);
}
.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container div {
  color: #99876f;
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .container div {
    font-size: 20px;
  }
}
