.container {
  margin: auto;
  max-width: 400px;
  text-align: center;
  background-color:white;
  padding: 20px;
  border-radius: 15px;
  box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) ;
}
.qrcode {
  background-color: rgb(83, 83, 241);
  height: 400px;
  max-width: auto;
  align-items: center;
  margin: 10px;
  border-radius: 15px;
}
img {
  width: 200px;
  height: 200px;
  padding-top: 100px;
  padding-bottom: 50px;

}
h1{
    font-family: "Roboto", sans-serif;
}
h2{
    color: rgb(214, 209, 209);
    font-weight: normal;
    padding-top: 20px;
    font-family: "Roboto", sans-serif;
}