.share-icon {
    color: #2e50cd;
    font-size: 30px;
    padding: 5px 0 5px 0px
}
.sh-cont {
    display: block;
    position: absolute;
    background-color: rgb(106 190 69 / 80%);
    transition: background-color 0.5s ease-in-out;
    padding: 0 0.5em 0 0.8em;
    margin-left: 2em;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}
#social-links ul {
    padding-left: 0;
    list-style: none;
}
#social-links ul li a {
    padding: 6px;
    font-size: 25px;
    display: flex;
    width: 1.5em;
    height: 1.5em;
}
#social-links .fa-facebook {
    background-color: #4267b2;
}
#social-links .fa-twitter {
    color: #00bfff;
}
#social-links .fa-linkedin {
    color: #0e76a8;
}
#social-links .fa-whatsapp {
    color: #25d366;
}
#social-links .fa-reddit {
    color: #ff4500;
}
#social-links .fa-telegram {
    color: #08c;
}
.show-link {
    position: fixed;
    z-index: 1000;
    left: -2.4em;
    transition: left 0.5s ease-in-out;
   top: 40%;
}
.show-link:hover {
    left: 0;
}
.show-link:hover > .sh-cont {
    background-color: rgba(128, 128, 128, 0);
}
