.contact-bobble {
    background-color: var(--green);
    width: 52px;
    height: 52px;
    border-radius: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    position: fixed;
    bottom: 12px;
    right: 12px;

    z-index: 1000;
}

.contact-bobble img {
    width: 70%;
}