* { box-sizing: border-box; padding: 0; margin: 0; font-family: "Kanit", sans-serif; } body { background: var(--clr-grey-400); } .flex-col { display: flex; justify-content: center; align-items: center; flex-direction: column; } .flex-row { display: flex; justify-content: center; align-items: center; flex-direction: row; }