.product img {
    width: 40%;
    
  }

  .pagination a {
    color: coral;
  }

  .pagination li:hover a {
    color: white;
    background-color: coral;
  }


  .search-items{
    display: flex;
    flex-direction: row;
    font-size: 10px;
    justify-content: space-between;
  }