* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  background: #191d2b;
}

.qr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

.text {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.text p {
  color: white;
  width: 50%;
}

@media (max-width: 720px) {
  img {
    width: 400px;
  }
}/*# sourceMappingURL=presentation.css.map */