body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  font-family: "Outfit", sans-serif;
  text-align: center;
  background-color: hsl(212, 45%, 89%);
}
body,
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container {
  background-color: hsl(0, 0%, 100%);
  padding: 15px 0;
  min-height: 340px;
  width: 280px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  position: relative;
}
.container div {
  padding: 0 10px;
  width: 230px;
}
.qr,
.container {
  border-radius: 15px;
}
.qr {
  width: 250px;
}
.attribution,
footer {
  text-align: center;
}
h1 {
  font-size: 18px;
  font-weight: 700;
  color: hsl(218, 44%, 22%);
}
p {
  color: #777;
  font-size: 15px;
}
footer {
  padding: 10px;
}
.attribution {
  font-size: 11px;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}
