* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
p:last-child {
  margin-bottom: 0;
}
body {
  background-color: #d5e1ef;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit";
  max-width: 375px;
  padding: 0 15px;
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0 auto;
    height: 100vh;
    max-width: 1440px;
  }
}
/* .wrapper {
  max-width: 375px;
} */
.container {
  /* max-width: 320px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 20px;
  padding: 16px 16px 40px 16px;
  background-color: #ffffff;
  box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.05);
}
.qr-code-img {
  display: block;
  border-radius: 10px;
  width: 288px;
  height: 288px;
}
.content-container {
  max-width: 256px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.content-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
}
.content-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-align: center;
}
