ol {
    flex: 1 1 auto;
    padding-left: 1.5rem;
}
li {
    color: #E0DEBB;
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    letter-spacing: .02rem;
    max-width: 600px;
    padding-bottom: .8rem;
}
.fart {
    color: #E0DEBB;
    font-family: "zilla-slab-bold";
    font-size: 5rem;
    line-height: 5rem;
    text-transform: capitalize;
}
.next {
    background: #4EAF37 0% 0% no-repeat padding-box;
    border-radius: 33px;
    border: 0;
    color: #1C0901;
    cursor: pointer;
    font-family: 'zilla-slab-bold';
    font-size: 2rem;
    opacity: 1;
    text-decoration: none;
    padding:.25em .75em .25em .75em;
}
.next:hover {
    filter: brightness(.75);
}