body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
}
body div.simple_rectangle {
  border: 10px solid red;
  width: 500px;
  height: auto !important;
  padding: 1rem;
}
body div.simple_rectangle quote {
  display: inline;
  padding: 0;
  margin: 0;
}
body div.simple_rectangle strong {
  font-weight: normal;
}
body div.simple_rectangle p {
  margin: 0;
  padding: 0;
  display: inline;
}
body div.simple_rectangle .qr_code {
  width: 50%;
  max-height: 25vh;
  object-fit: contain;
  object-position: 0% center;
  background-color: transparent;
}
body div.simple_rectangle .qr_code img {
  width: 100%;
  mix-blend-mode: multiply;
  margin: 0 0 0 -25px;
}
body div.simple_rectangle div.controls {
  margin-top: 1rem;
  text-align: center;
}
body div.simple_rectangle div.controls button {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border-top: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  background-color: aliceblue;
  font-size: 1.5rem;
}
body div.simple_rectangle.nicer {
  padding: 1rem;
  font-family: sans-serif;
}
body div.simple_rectangle.nicer quote {
  max-width: calc(100% - 2rem);
  display: inline-block;
  overflow-wrap: break-word;
  padding: 0;
  margin: 0;
  font-size: 1.45rem;
}
body div.simple_rectangle.nicer strong {
  font-weight: bold;
}
body div.simple_rectangle.nicer p {
  margin: 1rem 0;
  padding: 0;
  display: block;
  font-size: 1.2rem;
}
body div.simple_rectangle.nicer div.controls {
  display: none;
}

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