.list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.holder {
    font-family: Arial;

    display: flex;
    flex-direction: column;
    align-items: center;

    margin-top: 2em;
    margin-bottom: 2em;
}
.heart {
    height: 32px;
    vertical-align: middle;
}
.banner {
    margin-bottom: 1em;
}
a {
    color: black;
    text-decoration: none;
}
a span:hover{
    text-decoration: underline;
}