*,
html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
article section.GaleryPhoto {
  padding: 3rem;
  text-align: center;
  background-image: url("../assets/background/Hijau.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.GaleryPhoto .itemPhoto img {
  width: 600px;
  margin: 1.5rem 0rem;
  margin-top: 30px;
  background-position: center;
  border-radius: 4px;
  height: auto;
}