@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
  font-family: "Outfit", sans-serif;
}

body {
  background-color: hsl(217, 57%, 86%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image {
  background-image: url('images/image-qr-code.png');
  background-size: contain;
  width: auto;
  height: 270px;
  background-repeat: no-repeat;
  margin: 15px;
  border-radius: 10px;
}

.attribution {
  font-size: 11px;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 7px;

}

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

.section {
  width: 300px;
  height: min-content;
  background-color: white;
  border-radius: 10px;
  margin-top: 90px;
}

.div1 {
  text-align: center;
  color: black;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 18px;
}

.div2 {
  text-align: center;
  color: hsl(216, 15%, 48%);
  font-size: 12px;
  padding: 0px 20px 30px 20px;
}