body {
  background-color: hsl(212, 45%, 89%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  font-family: 'Gabarito', sans-serif;
  min-height: calc(100vh - 2rem);
  padding: 1rem;
  overflow: visible;
}

.qr-code-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 235px;
  background-color: hsl(0, 0%, 100%);
  padding: 1rem;
  border-radius: 1rem;
}

img {
  border-radius: 1rem;
}

h1 {
  font-weight: 700;
  color: hsl(218, 44%, 22%);
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5rem;
}

p {
  color: hsl(220, 15%, 55%);
  text-align: center;
  line-height: 1.25rem;
  font-weight: 400;
}

.attribution {
  text-align: center;
  line-height: 1.5rem;
}

a {
  color: #0000ff;
}