table {
  width: auto;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;

}

table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #ffffff;
}


thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ffffff;
}

.tabl {
  border: 2px solid #000000;
  width: auto; 
}

.tabl tr, 
.tabl td {
  border: 2px solid #000000;
  padding: 30px;
  border-collapse: collapse;
  
}