.link-button {
    display: inline-block;
    border: 1px solid silver;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: .24em;
}

.link-button:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}