
body {
  background-color: #eaeaea;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-image {
  background-image: url(images/under-constr-image.jpg);
  background-color: #cccccc;
  height: 536px;
  width: 1024px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
position: relative; 
display: block;
margin: 0 auto;
}
