a, button
    outline none
    text-decoration: none

button
    cursor pointer
    color: $black
    background: $white
    padding: 6px 20px
    margin: 0 5px
    &:first-of-type
        margin-left: 0
