#floating-element {
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 20px;
    left: 20px;
    background: #01c1b8;
    padding: 12px 18px;
    border-radius: 30px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

#floating-element a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#floating-element img{
    height: 50px;
    margin: 0 5px;
}

.bg-white{
    background-color: white !important;
    border-radius: 8px!important;
}
