
.live-share-buttons {
    margin-top: 20px;
}
.live-share-buttons a {
    display: inline-block;
    margin-right: 10px;
    padding: 10px;
    color: white;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 20px;
    border: 2px solid;
    transition: 0.3s ease;
}
.live-share-buttons a:hover {
    opacity: 0.85;
    text-decoration: none;
}
