.invisible-spacer {
  /* Removes the visible line */
  border: none;
  /* Sets the height of the invisible space */
  height: 20px;
  /* Optional: You can also use margin for spacing */
  margin: 1em 0; 
  padding: 0;
}