* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;

  background-color: #d5e1ef;
  display: flex;
  align-items: center;
  justify-content: center;
}
body {
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  background-color: #d5e1ef;
}
h1 {
  font-weight: 700;
  font-size: 22px;
  color: #1f314f;
  letter-spacing: 0px;
  line-height: 120%;
  text-align: center;
}
p {
  color: #68778d;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 140%;
}
img {
  border-radius: 20px;
  display: block;
}
.main-box {
  width: 320px;
  height: 499px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}
.qr-box {
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 16px;
}
.content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 0 16px;
}
