<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#button-to-izilaw {
  color: white;
  background-color: #45a19a;
  border: 1px solid #45a19a;
  border-radius: 4px;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 6px; padding-bottom: 6px; padding-right: 12px; padding-left: 12px;
  margin 0 auto;
  margin-top: 30px;
}

#button-to-izilaw:hover {
  cursor: pointer;
}

#button-to-izilaw-href {
  display: none;
}</pre></body></html>