svg:hover circle {
    fill: grey;
    stroke: gold;
    transition: 0.3s;
}

.LinkButton {
    text-decoration: none;
    border-radius: 9;
    fill: gray;
}