.square_boxes { display: flex; flex: 62%; text-align: center; font-family: LunaSans; gap: 32px; align-items: center; justify-content: center; } .square_box { width: 128px; height: 128px; }