html,
body {
  font-family: -apple-system, BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: whitesmoke;
}

header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

a, a:visited {
  color: #3486f1;
}

p {
  display: flex;
  width: 100%;
  word-break: break-all;
}

.page {
  padding: 0px 20px 20px;
  max-width: 800px;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
}

.main {
  padding-top: 20px;
}

.error {
  padding: 0 30px;
}

#query {
  font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
  padding: 10px 8px;
  width: calc(100% - 20px);
}

#submit {
  padding: 8px;
  font-size: 16px;
  width: 120px;
}

#preview {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 2px;
  min-height: 400px;
  padding: 10px;
  word-break: break-all;
}

#preview img {
  max-width: 100%;
  max-height: 100%;
}


/*# sourceMappingURL=sandbox.29e9f9df568141c3ce5a.css.map*/