@charset "utf-8";
/* CSS Document */

.button, .button:hover {
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    background-color: #ffed00;
    color: #292b2c;
    border: 0 solid #ffed00;
    outline: 0;
    border-radius: 0;
    padding: .5em 1em;
    box-shadow: none;
    font-weight: 700;
    font-family: montserrat,sans-serif;
    font-size: inherit;
    text-transform: none;
    text-decoration: none;
    line-height: 1.25;
    letter-spacing: inherit;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.listFooter {
    grid-column: 1/-1;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    margin: 1rem auto;
}

.listFooter .button {
    margin: .5rem;
}