.row {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.row img {
  width: 20%;
  height: auto;
  margin-top: 3%;
  margin-bottom: 3%;
  padding: 0px,0px;
}


.page {
  display: flex;
  justify-content: center;
  text-align: center;
}

.page img {
  width: 5%;
  height: auto;
  margin-top: 3%;
}

.imgp {
 background-image: url("images/pagenumber.png");
 font-size: 25px;
 background-position: center;
 color: white;
 text-align: center;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-top: 5%;

}