<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn_messenger {
  position: fixed;
  bottom: 38px;
  right:  20px;
  z-index: 1;
}

.button {
  background-color:#1E88E5;
  border-radius:50%;
  border:1px solid #fff;
  display:inline-block;
  color:#ffffff !important;
  font-family:Arial;
  font-size:30px;
  padding:10px 15px;
  text-decoration:none;
}

.button:hover {
/* background-color:#ff8e28; */
color:#ffffff !important;
transform: scale(1.2);
}
</pre></body></html>