body{

  background-image: linear-gradient(to right, purple , navy);
}


section{
}

.wrapper{
  height:870px;
}


.outer-div{
  height:99%;
  float:left;
  width:50%;
}


.inner-div{
  width:100%;
  height:99%;
  display:grid;
  place-items:center;
}


.image-div{
  width:90%;
  height:90%;
  text-align:center;
}


h1{
  color:white;
}
