.sticky-icon {
    position: fixed;
    top: 55%;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 99;
}

.sticky-icon a {
    border-radius: 50px 0 0 50px;
    transition: all 0.8s;
}