@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(176, 226, 234);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100vh;
}


.qr {
  background-color: azure;
  width: 320px;
  height: 499px;
  padding: 12px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 3px 3px 50px rgb(109, 109, 109);

  img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}

#first{
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 120%;
  margin-bottom: 20px;
  font-family: "Outfit", serif;
}

#second{
  font-size: 15px;
  font-family: "Outfit", serif;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 140%;
  margin-bottom: 15px;
}

.attribution {
  font-size: 11px;
  text-align: center;
  font-family: "Outfit", serif;
}


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