@font-face {
  font-family: RobotoCondensed;
  src: url("/public/fonts/RobotoCondensed-Regular.ttf"); }
body {
  background-color: #fff;
  color: #222;
  font-family: RobotoCondensed, Arial, Serif; }

h1 {
  color: #000; }

div#footer {
  display: none; }

form {
  display: flex;
  flex-flow: column;
  margin: auto;
  max-width: 600px; }
  form input {
    max-width: 100%; }
  form select {
    width: 100%; }

/*# sourceMappingURL=print_style.css.map */
