.table { margin-top: 10px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; } .table-row { display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 5px; border-bottom: 1px solid #ccc; } .table-container { display: flex; flex-direction: column; justify-content: center; align-items: center; }