nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    gap: 0.5rem;
    border-bottom: solid 1px #aaa;
    background-color: rgba(236, 236, 114, 0.986);
  }
  nav a {
    display: inline-block;
    min-width: 9rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    text-decoration: none;
    color: #1b1b1b;
    background-color: black;
    color: #eee;
    font-size: 20px;
  }
  nav a:hover
  {
    background-color: rgb(255, 0, 68);
  }
  table, th, td{
    border: 2px solid black;
    /* color: #1b1b1b; */
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
  }
  .project
  {
    background-color: #1c1c1c;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
  }
  .color
  {
    color: aliceblue;
    display: flex;
    flex-direction: row;
  }
  .key
  {
    color: aqua;
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }