#shareNav button {
    position: absolute; /* Position them relative to the browser window */
    left: -20px; /* Position them outside of the screen */
    transition: 0.3s; /* Add transition on hover */
    padding-left: 20px; /* 15px padding */
    width: 50px; /* Set a specific width */
    text-decoration: none; /* Remove underline */
    font-size: 20px; /* Increase font size */
    color: white; /* White text color */
    border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
}

#shareNav button:hover {
    left: 0px; /* On mouse-over, make the elements appear as they should */
}

/* The about link: 20px from the top with a green background */
#share_fb {
    top: 20px;
    color: white;
    background-color:rgb(8, 21, 209);
}
#share_fb_2 {
    top: 20px;
    color: white;
    background-color:rgb(8, 21, 209);
}

#share_wa {
    top: 60px;
    color: white;
    background-color:green;
}
#share_wa_2 {
    top: 60px;
    color: white;
    background-color:green;
}

#share_tt {
    top: 100px;
    color: white;
    background-color:rgb(49, 145, 204);
}

#share_tg {
    top: 140px;
    color: white;
    background-color:rgb(20, 126, 192);
}

#kliksuka-add {
    top: 180px;
    color: red;
    background-color:coral;
}
