.sticky-button{background-color:#e03d8c;border:none;border-radius:25px;bottom:20px;box-shadow:0 4px 8px rgba(0,0,0,.3);color:#fff;cursor:pointer;font-family:Open Sans,sans-serif;font-size:18px;font-weight:700;left:50%;opacity:0;padding:12px 40px;position:fixed;text-align:center;text-transform:uppercase;transform:translateX(-50%);transition:opacity .5s ease;z-index:9999}.sticky-button:hover{background-color:#e03d8c;text-decoration:underline}.sticky-button.visible{opacity:1}.sticky-button:focus{background-color:#e03d8c;outline:none}html{scroll-behavior:smooth}