.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 1;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
    
.business {
    color: black;
    text-align: center;
    font-size: 1.5em;
    font-weight: bolt;
    padding: 20px;
}
    