#page-produced-items {
  display: flex;
  max-width: inherit;
  margin: 0 auto;
}
#page-produced-items a {
  color: #111;
  text-decoration: underline;
}
#page-produced-items a:hover,
#page-produced-items a:focus,
#page-produced-items a:active {
  text-decoration: none;
}
