#button{align-items:center;background-color:#102e8e;border-radius:50%;bottom:30px;display:flex;height:50px;justify-content:center;position:fixed;right:30px;text-align:center;transition:background-color .3s,opacity .5s,visibility .5s;visibility:hidden;width:50px;z-index:1000}#button svg{fill:#fff;height:25px}#button:after{color:#fff;font-family:FontAwesome;font-size:2em;font-style:normal;font-weight:400;line-height:50px}#button:hover{background-color:#333;cursor:pointer}#button:active{background-color:#555}#button.show{opacity:1;visibility:visible}