/*
Custom CSS for TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

*/

table {
  border-collapse: collapse; /* Prevents double borders and fills gaps */
  width: 100%; /* Optional: for a full-width table */
}

table, th, td {
  border: 1px solid black; /* Applies a 1px solid black border to all cells and the table */
  padding: 8px; /* Optional: adds space inside the cells */
  text-align: left; /* Optional: aligns text to the left */
}