body,
html {
  background-image: url(bg1.jpg);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-opc {
  background-color: rgba(0, 0, 0, 0.7);
}
