.social-share-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: sticky;
    top: 100px;
    height: fit-content;
}

.social-share-container img {
    width: 100%;
    cursor: pointer;
}
