.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: hsl(212, 45%, 89%);
}

.card {
  background-color: white;
  border-radius: 30px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  width: 250px;
}

.qr-code {
  border-radius: 15px;
  max-width: 100%;
}

.title {
  font-size: 20px;
font-weight: bolder;
  margin: 15px 0 10px;
  font-family: outfit, sans-serif;
  color: hsl(218, 40%, 17%);
  ;
}

.description {
  color: hsl(219, 82%, 65%);
  font-size: 12px;
  line-height: 1.5;
  font-family: poppins, sans-serif;
}
.attribution {
  font-size: 12px;
  color: hsl(228, 45%, 44%);
  display: flex;
  text-align: center;
  margin-top: 5px;
}