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

body {
  background-color: #d5e1ef;
  font-family: "Outfit", serif;
  text-align: center;
  font-size: 15px;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 499px;
  width: 320px;
  background-color: #fff;
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.qr-image-container img {
  height: 288px;
  width: 100%;
  border-radius: 10px;
}

.content-container {
  margin-top: 24px;
  padding-inline: 16px;
}

.content-container-title {
  color: #1f314f;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.content-container-subtitle {
  color: #68778d;
  line-height: 1.4;
  letter-spacing: 0.2px;
}
