@import "defs"; .square_boxes { display: flex; flex: 62%; text-align: center; font-family: LunaSans; gap: 32px; align-items: center; justify-content: center; flex-wrap: wrap; } .square_box { width: 256px; height: 256px; background: linear-gradient(-0.125turn, $blue, $violet); } .square_box-title { font-family: Neucha; font-size: 175%; }