.dove-button svg {
    top: 0px;
    left: 0px;
}

.dove-button svg:hover {
    position: relative;
    top: 1px;
    left: 1px;
    cursor: pointer;
}