#floating-contact{
    position: fixed;
    background-color: rgba(65, 65, 230, 0.888);
    z-index: 199;
    bottom: 70px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8px;
    border-radius: 50%;
    box-shadow: 0px 3px 5px #aaa;
}

#floating-contact svg {
    width: 25px;
    height: 25px;
}
#floating-contact path{
    fill: var(--light);
}