#shareboxBlock {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

#shareboxBlock #shareboxLabel {
    font-weight: bold;
    margin-right: 10px;
}

#shareboxBlock .shareIcon {
    color: black;
    font-size: 50px;
}

#shareboxBlock .shareLink {
    margin: 5px;
}