.para {
    color: black;
}


/* body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
    margin: 0;
}

.style-container {
    position: relative;
    width: 30px;
    height: 30px;
}

.background-circle {
    width: 200px;
    height: 200px;
    background-color: orange;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    /* Lower z-index so icons appear above */
/* } */

/* .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
    z-index: 2;
    /* Higher z-index to be clickable */
/* }

.icon:hover {
    transform: scale(1.1);
} */ */ */

/* .whatsapp {
    bottom: 40px;
    left: 80px;
}

.call {
    bottom: 30px;
    left: 140px;
}

.icon img {
    width: 40px;
} */