body {
  background-color: #112231;
}

.a11y-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.text-to-install {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .text-to-install {
    justify-content: flex-start;
  }
}

.qr-code {
  border-radius: 25px;
  width: 15em;
  height: 15em;
  margin: 0 auto;
}
.c-step-app-download {
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 50%);
  border-radius: 0.5rem;
  border: 1px solid #2c3a43;
}
