.board { display: flex; flex-direction: column; align-items: stretch; max-width: 800px; .title { color: #fff; text-align: center; margin-bottom: 30px; letter-spacing: 0.1em; } .squares { position: relative; display: flex; flex-direction: column; .row { display: flex; justify-content: center; } } }