We can choose between two different approaches to hide elements.
Poof! Using visibility, the element is hidden but still takes up space; using display, the web page is displayed as if the element didn't exist.
Maybe we can only use none with the display property?