ul {
    list-style-type: none;
    margin: 80px;
    padding: 0;
    overflow: hidden;
    background-color: #000000;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: rgb(60, 255, 0);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* Change the link color to #111 (black) on hover */
  li a:hover {
    background-color: #020202c1;
  }

  .active {
    background-color: #2dd63e;
  }

  /* Add a gray right border to all list items, except the last item (last-child) */
/* li {
    border-right: 1px solid #ffffff;
  }
 */

  li:last-child {
    border-right: none;
  }
.container{
text-align: center;
}

table, th, td {
    ;
}

table {
    width: 100%;
}

th, td {
    padding: 0;
    text-align: center;
}

a:link {
  color: rgb(62, 255, 0);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(60, 255, 0);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(255, 255, 255);
  background-color: transparent;
  /* text-decoration: underline; */
}

a:active {
  color: rgb(255, 255, 255);
  background-color: transparent;
  /* text-decoration: underline; */
}
