/* ========== Algemene reset / basisstijl ========== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;}

html, body {
  background: url('../images/Silver.jpg') cover;} /*repeat center center;*/

.table-Main {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;}

.model-table, .project-table {
  border: 1;
  width: 88%;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-left: auto;
  margin-right: auto;}

/*
.project-table2 td {
  width: 88%;
  justify-content: center;
  width: 88%;
  text-align: left;}

  align-items: center;
  margin-left: auto;
  margin-right: auto;*/