body {
  position: relative;
  height: 100vh;
}

body .mybox {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, right bottom, left top, from(#00d3d39b), to(#1dd1a19d)), url(img9.png);
  background: linear-gradient(to top left, #00d3d39b, #1dd1a19d), url(img9.png);
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.567;
}
/*# sourceMappingURL=contact.css.map */