body {
  background-color: #21edad;
}
h1 { 
  text-align:center ;
  font-size: 40px;
}
h2 { 
  text-align:center ;
  font-size: 30px;
}
h4 { 
  text-align:center ;
  font-size: 20px;
}
img {
    max-width: 100%;
    height: auto;
}

.wrap img, .wra img {
    max-width: none;
    height: auto;
}
.top-image {
  z-index: 1;
}
.top-text{
  z-index: 2;
}