body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: 'Outfit',
    sans-serif;

  text-align: center;
}

.main {
  width: 1440px;
  height: 800px;
  background: hsl(212, 45%, 89%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.container {
  width: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.qr {
  margin: 0 auto;
  background: hsl(0, 0%, 100%);
  padding: 1em;
  border-radius: 1em;
  /* height: 500px; */
}

h1 {
  font-weight: 700;
  font-size: 1.325rem;
  padding: 0 1em;
  color: hsl(218, 44%, 22%);
}

.qr p {
  padding: 0 1.5em;
  padding-bottom: 1em;
  color: hsl(220, 15%, 55%);
}

img {
  width: 100%;
  border-radius: 1em;
}

.attribution {
  font-size: 10px;
  text-align: center;
  margin: 1em;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}

@media screen and (max-width: 405px) {
  .main {
    width: 375px;
    height: 667px;
  }
}