table,
th,
td {
  border: 1px solid black;
}
.project {
  background-color: #1c1c1c;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
}

.insert {
  color: aliceblue;
  display: flex;
  flex-direction: row;
}