@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap');

.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }

body {
  background-color: hsl(212, 45%, 89%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Outfit', sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  padding: 15px;
  border-radius: 15px;
  width: 300px;
  max-width: 300px;
  box-shadow: 0px 12px 25px -6px hsla(217, 45%, 22%, 0.28);
}

.qr img {
  max-width: 100%;  
  border-radius: 15px;
}

.text h1 {
  text-align: center;
  font-size: 23px;
  color: hsl(218, 44%, 22%);
}

.text p {
  text-align: center;
  font-size: 15px;
  padding: 0 15px;
  color: hsl(220, 15%, 55%);
}

.text {
  margin: 5px 10px;
}