.social-share a {
    padding: 10px;
    margin: 5px;
    border-radius: 50%;
    /* Krug */
    color: white;
    font-size: 20px;
    /* Veličina ikonice */
    display: inline-block;
    width: 40px;
    /* Širina */
    height: 40px;
    /* Visina */
    text-align: center;
    line-height: 40px;
    /* Centriranje ikonice */
    border: #888 1px solid;
}

.instagram {
    background-color: #C13584;
    /* Instagram boja */
}

.tiktok {
    background-color: #000000;
    /* TikTok crna boja */
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.linkedin {
    background-color: #0077b5;
}