.title_header {
  font-size: 29px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #7F3997;

}

.previous-year-results {
  overflow-x: auto;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fdfde4;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.previous-year-results table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
}

.previous-year-results th,
.previous-year-results td {
  text-align: center;
  padding: 12px 10px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.previous-year-results th {
  background-color: #dddddd;
  font-weight: bold;
  color: black;
}

.previous-year-results tr:nth-child(even) {
  background-color: #fdfdf7;
}

@media (max-width: 600px) {
  .previous-year-results table {
    font-size: 14px;
  }

  .previous-year-results th,
  .previous-year-results td {
    padding: 10px 6px;
  }
}