.share-list {
    display: flex;
    flex-direction: row;
}

.share-list a {
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding: 3px;
    margin: 10px;
    cursor: pointer;
    overflow: hidden;
    color: white;
}

.share-list a:hover {
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding: 3px;
    margin: 10px;
    cursor: pointer;
    overflow: hidden;
    color: white;
    transform: scale(125%)
}


a.fb-h {
    background: #3B5998;
}

a.tw-h {
    background: #00acee;
}

a.li-h {
    background: #0077B5;
}

a.re-h {
    background: #FF5700;
}

a.pi-h {
    background: #c8232c;
}
