body {
  background-color: #309897;
}

.drecksdrucker {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.image {
  height: 100%;
  width: 30%;
  display: inline-block;
  vertical-align: super;
}

.text {
  height: 100%;
  width: 69%;
  display: inline-block;
}
.text textarea {
  width: 100%;
  color: black;
}

.ink-parent {
  width: 20%;
  display: inline-block;
  height: 4vh;
}

.progress-indicator {
  height: 2vh;
  margin-top: 1vh;
  rotate: 270deg;
}

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