section > header {
    background: rgb(0 0 0 / 20%);
    padding: 2rem;
    margin-bottom: 2rem;
}

section > ul {
    list-style: none;
    padding-inline: 2rem;
}

.card footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: small;
}