.container { display: grid; grid-template-columns: auto auto auto auto; align-items: center; } .textCenter { text-align: center; }