<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.whatsapp {
    position: fixed;
    width: 58px;
    height: 64px;
    bottom: 70px;
    right: 6px;
    background-image: url(../images/whatsapp.PNG);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.Call {
    position: fixed;
    width: 58px;
    height: 60px;
    bottom: 150px;
    right: 5px;
    background-image: url(../images/call.png);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}</pre></body></html>