@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
body {
  background-color: #12141d;
  color: white;
}

.logo {
  padding: 12px 0;
}

.logo__link {
  width: 100%;
}

.small-text {
  font-size: 12px;
}

.rapport__image {
  width: 300px;
  max-width: 100%;
}

.rapportversand__container {
  display: flex;
}

.rapportversand__title {
  width: 150px;
}

.rapportsignature__canvas {
  background-color: white;
}

/* mobile breakpoints */

@media screen and (max-width: 576px) {
  .logo {
    min-width: 100%;
  }
}
