body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image: url('../images/background1.jpg');
  background-repeat: repeat;
}
/*
.bg-container{
  width: 99.7%;
  height: 787px; 
  border: 1px solid #000;
  position: relative;
  background: repeat;
}
.bg-container .content{
  position: absolute;
  z-index:999;
  text-align: left;
  width: 100%;
}
.bg-container::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index:-99;
  background-image: url('../images/background.jpg');
  background-repeat: repeat;
  background-size: cover;
  opacity: 0.4;
} */
