<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700&amp;subset=latin,cyrillic";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
a, a:hover, a:visited {
  color: #333;
}
main, footer {
  max-width: 600px;
  margin: 0 auto;
}
h1 {
  font-weight: 300;
  margin: 40px 0 10px;
  font-size: 1.5rem;
}
h2 {
  font-weight: 400;
  margin: 10px 0 40px;
  font-size: 1.25rem;
}
main {
  margin-bottom: 40px;
}
main .fields {
  margin-bottom: 40px;
}
main .fields p {
  margin: 0;
}
main input {
  width: 80%;
}
main label {
  display: block;
  width: 81%;
  margin: 0 auto;
  text-align: left;
  font-size: 0.75rem;
}
main #qrcode img {
  margin: 0 auto;
  max-width: 80%;
}
footer p {
  font-weight: 300;
  font-size: 0.75rem;
}</pre></body></html>