.floating-panel{
    position: fixed;
    background-color: #fff;
    bottom: 40vh;
    right: 20px;
    width: 120px;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}