.year-heading {
    color: #cc3399;  /* Pink */
    font-family: 'snap itc';
    font-size: 2.5em;
    margin: 2rem 0;  /* Consistent 2rem spacing above and below */
}

.poem-cell {
    padding: 0.5em;
}

.poem-link {
    color: #7030a0 !important;  /* Purple to match page title */
    text-decoration: none;
    font-size: 1.2em;
    display: inline;
    padding: 0.1rem 1.5rem;
}

.poem-link:hover {
    color: #ffffff !important;  /* White text */
    background-color: #7030a0;  /* Purple background to match */
    text-decoration: none;
}

.poem-list {
    margin-bottom: 4rem;  /* Increased spacing before footer text */
}