.button {
    align-items: center;
    border: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    outline: none;
    padding: 0;
    white-space: nowrap;
    -webkit-appearance: none;
}

a.button {
    text-decoration: none;
}

.icon-button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}
