.text-center {
display: block;
text-align: center;
}

.colored {
color: #ff5400;
}

.whatsapp-link {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 70px;
    right: 40px;
    background-color: #34af23;
    border-radius: 50px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    padding-top: 2px;
    text-align: -webkit-center;
    padding-right: 1px;
    
}
 
.whatsapp-link i {
	margin-top: 3px;
	color: #fff;
	text-align: center;
	padding-top: 9px;
	padding-left: 13px;
	font-size: 25px;
	
}


/* ALL MOBILE */

@media (max-width: 991px) {
    
    .whatsapp-link {
    bottom: 80px;
    right: 20px;
    
}

    
    
}