 #mainContent {
  margin-top: 0;
}
.rc-router-item .rc-router-label a {
  text-decoration-color: var(--corn);
}
.rc-router-item:nth-of-type(3n-1) .rc-router-label a {
  text-decoration-color: var(--pantone);
}
.rc-router-item:nth-of-type(3n) .rc-router-label a {
  text-decoration-color: var(--red);
}