* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
img { display: block; }
button { font: inherit; }
.flex-col { display: flex; flex-direction: column; }
.flex-row { display: flex; flex-direction: row; }
.justify-between { justify-content: space-between; }
