.hall-of-fame-section {
    max-width: 660px;
    margin: 36px auto 0 auto;
    padding: 32px;
    background: #23254a;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(44,60,182,0.10);
}

.section-title {
    text-align: center;
    color: #ffd601;
    margin-bottom: 26px;
    font-size: 2.1rem;
    font-weight: 700;
}

.hof-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hof-entry {
    background: #191a2b;
    border-radius: 8px;
    padding: 14px 22px;
    display: flex;
    justify-content: space-between;
    font-size: 1.08em;
}

.hof-name {
    font-weight: 600;
    color: #ffd601;
}
.hof-desc {
    color: #a5b4fc;
}


.hof-title-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.hof-title {
  font-size: 2.6rem;
  color: #8b5cf6; /* Use your title color from the screenshot */
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
}

.hall-of-fame-section {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 32px;
}

.hof-list {
  background: #302f57;
  border-radius: 18px;
  box-shadow: 0 12px 42px rgba(44,60,182,0.11);
  padding: 38px 26px 32px 26px;
  min-width: 450px;
  max-width: 580px;
  width: 100%;
}

.hof-entry {
  background: #191a2b;
  border-radius: 8px;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  font-size: 1.16em;
  margin-bottom: 16px;
}

.hof-name {
  color: #ffd601;
  font-weight: 700;
}

.hof-desc {
