.fixed-right-button{position:fixed;right:20px;bottom:50px;width:60px;height:60px;background-color:#ffed00;color:black;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px rgba(0,0,0,0.2);text-decoration:none;font-size:24px;z-index:9999;transition:transform 0.2s ease,box-shadow 0.2s ease}.fixed-right-button:hover{transform:translateY(-5px);box-shadow:0 6px 10px rgba(0,0,0,0.3)}