<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: 60px;
  height: 60px;
  bottom: 188px;
  left: 10px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 13px;
}

.whatsapp2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 124px;
  left: 10px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.whatsapp-icon2 {
  margin-top: 13px;
}

.whatsapp3 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 62px;
  left: 10px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.whatsapp-icon3{
  margin-top: 13px;
}</pre></body></html>