.sharebuttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.sharebuttons span {
    color: #bbb;
}

.sharebuttons div a {
    margin: 0 0.5rem; display: block;
}

.sharebuttons div a svg,
.sharebuttons div a img {
    width: auto; height: 30px; display: block;
}

.will-change {
    fill: #fff;
}

/*.will-change {transition: 150ms;}*/
nav.sharebuttons div > a:hover .will-change {
    fill: #666;
}