TOPIC
I love chatting
<!DOCTYPE html>
<html>
<head>
<style>
.call-widget {
position: fixed;
bottom: 20px;
right: 20px;
background: ;
color: white;
padding: 15px 20px;
border-radius: 50px;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 16px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.call-widget:hover {
opacity: 0.9;
}
</style>
</head>
<body>
<a href="tel:+254719853836" class="call-widget">
📞 Call Us
</a>
</body>
</html>