html,
body {
  height: 100%;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgb(214, 226, 240);
}
.qrcode {
  display: inline-block;
  height: 700px;
  width: 440px;
  border-radius: 20px;
  background-color: #fff;
}
.image {
  width: 400px;
  height: 400px;
  padding: 10px;
  border-radius: 30px;
  padding: 20px;
}
.fontepequena {
  font-family: Outfit;
  font-weight: 400;
  color: gray;
}
.fontegrande {
  font-family: Outfit;
  font-weight: 700;
  font-size: 30px;
}
.texto {
  margin: 40px;
  margin-top: 5px;
  text-align: left;
}

@media (min-width: 370px) {
  html,
  body {
    height: 100%;
    width: 100%;
  }
  body {
    position: absolute;
  }
  .qrcode {
    height: 600px;
    width: 320px;
  }

  .image {
    width: 280px;
    height: 280px;
  }
  .fontegrande {
    font-size: 25px;
  }
  .fontepequena {
    font-size: 20px;
  }
}
