/* styles.css */
.h3,
h3 {
  color: #a20000;
}
.main-content {
  background-color: #f5f5dc;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 10px;
  border: 2px solid #000;
}

.table th {
  background-color: #a20000;
  color: #fff;
}

.table tr:nth-child(even) {
  background-color: #fff;
}

.pagination {
  justify-content: center;
}
