table, th, td {
    border: 1px solid black;
  }
  
  table {
    border-collapse: collapse;
  }
  
  th {
    background-color: gray;
  }
  