Hello,
display: none;
the item is not displayed and its display location is removed.
visibility: hidden;
the element disappears but its display location remains, there is an empty space instead.
It's interesting to know, sometimes visibility: hidden;
can be more appropriate even if it's quite rare.