<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Helvetica";
  font-weight: 300;
  background: #eaeae7;
  color: #000;
  margin: 0px;
  padding: 50px;
  overflow: auto;
  font-size: 16px;
}
.container {
  max-width: 400px;
  margin: 0 auto;
  overflow: auto;
  z-index: 10;
}
@media (max-width: 500px) {
  body {
    padding: 20px;
  }
  button {
    margin: 20px 0 !important;
  }
}
h1 {
  font-family: "Lato", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
textarea {
  width: 100%;
  font-family: "Helvetica";
  font-weight: 300;
  font-size: 16px;
  height: 150px;
  line-height: 24px;
  background: #eaeae7;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  padding: 0 4px;
  line-height: 1.5;
  background-color: #eee;
  border-radius: 3px;
  margin: 0 4px 4px 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
select:focus {
  background-color: #7bd6cf;
}
button {
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  background: #c6d537;
  color: white;
  font-weight: normal;
  transition: all 0.4s;
  height: 30px;
  border-radius: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 14px;
  margin-bottom: 20px;

  width: 180px;
}
#footer {
  margin-top: 100px;
  padding-top: 20px;
  border-top: 2px solid #777067;
  text-align: center;
  text-transform: uppercase;
}
#footer &gt; p {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.2em;
  padding-right: 6px;
}
.note {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 12px;
}
.red {
  color: #e91e63;
}
a:link,
a:visited {
  color: #c6d537;
  text-decoration: none;
}
a:hover {
  color: #2196f3;
}
/* Hide this somewhere */
#clipboardContents {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
</pre></body></html>