#page-header{
   background-image: url(../eMall-photo/shop.webp);
   width:100%;
   height:40vh;
   background-size: cover;
   background-position: center;
   display:flex;
   justify-content: center;
   text-align:center;
   flex-direction: column;
   padding:14px;
}
#page-header h1{
   color:black;
   font-weight: 700;
   font-size: 34px;
}
#page-header p{
   color:rgb(0, 144, 96);
   font-weight: 700;
   font-size: 24px;
}
#pagination{
   text-align: center;
}
#pagination a{
   text-decoration: none;
   background-color: rgb(1, 143, 96);
   padding:15px 20px;
   border-radius: 4px;
   font-weight: 600;
   color:white;
}
#pagination a i{
   font-size:16px;
   font-weight: 600;
}