button {
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

a {
    background: none;
    color: inherit;
    font: inherit;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: baseline;
    outline: none;
}

a:hover {
    text-decoration: unset;
    color: unset;
}