@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%);
}
.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: 0px;
  margin: 0px;
}
.qr-component {
  border-radius: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  width: 300px;
  font-weight: 15px;
  font-family: "Outfit";
  margin: 100px;
  background-color: white;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.qr-code {
  border-radius: 15px;
  margin-bottom: 20px;
}

.text {
  display: flex;
  flex-direction: column;
  width: 82%;

  color: hsl(216, 15%, 48%);
}

h3 {
  color: hsl(218, 44%, 22%);
}

p {
  margin-top: 0px;
}

.text-container {
  display: flex;
  justify-content: center;
}
