body {
  font-family: Arial, sans-serif;
  margin: 20px;
}

#tablesContainer, #graphsContainer {
  margin-top: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
}

th, td {
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}
