body{
  background-color: hsl(212, 45%, 89%);
  display: flex;
  justify-items: center;
  align-items: center;
  height: 100vh;


  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
.container{
  background-color: white;
  width: 200px;
  margin: 100px auto;
  border-radius: 15px;
  padding: 10px;
}
h2{
  font-size: 15px;
  font-weight: bold;
  color: hsl(218, 44%, 22%);
  text-align: center;
  padding: 0 10px;
}
p{
  font-size: 12px;
  color: hsl(216, 15%, 48%);
  text-align: center;
  padding: 0 10px;
}
#qr{
  height:190px ;
  width: 100%;
  /* margin: 3px 0px 0px 10px; */
  border-radius: 10px;

}