.education-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem auto;
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
}

.education-table td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  text-align: left;
}

.education-table tr.odd {
  background-color: #f9f9f9;
}

.education-table tr.even {
  background-color: #ffffff;
}

.education-table tr:hover {
  background-color: #eef;
}

.education-table thead {
  background-color: #f6f1f1; /* light grey */
}

.education-table th {
  padding: 12px 15px;
  text-align: left;
  font-weight: bold;
  border: 1px solid #ccc;
  background-color: #b7b5be;
}
