.anniversary-link{
    position: fixed;
    right: 50px;
    bottom: 80px;
    z-index: 9999;
}

.anniversary-img{
    width:70px;
    opacity:0.9;
    border-radius:50%;
    box-shadow:0 6px 20px rgba(0,0,0,0.25);
    transition:all 0.3s ease;
}

.anniversary-img:hover{
    transform:scale(1.08);
    opacity:1;
}