.whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-my-float {
    margin-top: 12px;
}

.phone-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 180px;
    right: 20px;
    background-color: #000080;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.phone-my-float {
    margin-top: 12px;
}

.instagram-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 260px;
    right: 20px;
    background-color: #f56040;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.instagram-my-float {
    margin-top: 12px;
}