#specialButton{
    position: fixed;
    right: 0px;
    top: 10%;
    z-index: 9999;
    transition: right 0.3s;
}

#specialButton:hover{
    right: 5;
}