<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  height: 100vh;
  background-color: hsl(212, 45%, 89%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Outfit, Arial;
}

.qr-container {
  width: 250px;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 12px;
  margin-bottom: 5px;
  background-color: hsl(0, 0%, 100%);
}

.qr-code {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}

.title {
    color: hsl(218, 44%, 22%);
    font-weight: 700;
    font-size: 19px;
}

.description {
    font-weight: 400;
    font-size: 15px;
    color: hsl(216, 15%, 48%);
}

.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}
</pre></body></html>