<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.button {
  background-color: #0080ff;
  border: none;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left: 0px;
  margin-right: 4px;
  margin-top: 10px;
  margin-bottom: 4px;
}

.button3 {border-radius: 8px;}</pre></body></html>