.sticky-nav{
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 2rem;
    padding: 1rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background-color: rgb(206, 145, 154);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    z-index: 0;
}
.sticky-nav-link-con{
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
}
.sticky-nav-link{
    width: 100%;
    height: 100%;
}