I am trying to vertically align content.
The two methods I use most are:
selector{ display: grid; place-items: center; }
and