section.events h3{text-align:center}section.events ul.previous-years{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.25rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem}section.events ul.previous-years li{background:linear-gradient(18deg,var(--accent),var(--tertiary));padding:1px;height:6ch;width:6ch;border-radius:50%}section.events ul.previous-years a{display:flex;justify-content:center;align-items:center;background:var(--background);text-decoration:none;height:100%;width:100%;border-radius:50%}section.events ul.previous-years a:hover{background:var(--links);color:#fff}