Implicit rows allow us to declare the size of an implicitly created grid row.
To create implicit rows we need this grid-auto-rows method.
grid-auto-rows is useful when we don't know how many rows our grid will contain.
We can even define just this instructions if we don't know how many rows we need.