.bottom-navigation{position:fixed;bottom:0;right:0;min-height:50px;min-width:50px;max-height:50px;max-width:50px;margin-right:20px;margin-bottom:20px;width:-moz-max-content;width:max-content;background-color:#fff;box-shadow:0 0 10px -4px #00000091;display:flex;align-items:center;justify-content:center;border-radius:50px;padding:10px;z-index:100;transition:.3s;color:#000}.bottom-navigation:hover{background-color:#e9e6e6}.bottom-navigation:active{transform:scale(.9);transition:.3s}