table {
    border-collapse: collapse;
    width: 100%;
    color: #000000;
    background-color: #ffffff;
    text-align: center;
  }
  
  th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #000000;
  }
  
  th {
    background-color: #ffffff;
    color: #000000;
  }
  
  nav:hover {
    color: rgb(255, 0, 0);
    text-shadow: 1px 1px 15px rgb(1, 124, 158);
    text-decoration: none;
}

 p{
    text-decoration: none;
    text-align: center;
}

