To center the content of a grid cell horizontally and vertically within the cell, which style rule should you apply?
align-items: start; justify-items: end;
align--items: center; justify-items: center;
align-items: middle; justify-items: middle;
align-items: stretch; justify-items: stretch;