body{
    padding: 0;
    margin: 0;
    background: #D5E1EF;
    font-family: Outfit;
    width: 100%;
    height: 100%;
}

.card{
    position: absolute;
    inset: 0;
	margin: auto;
    background: white;
    width: 320px;
    height: 499px;
    box-sizing: border-box;    
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 20px;
    padding: 16px 16px 24px;
}

#qr{
    width: 288px;
    height: 288px;
    border-radius: 10px;
}

.card-content{
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.card-content p {
    margin: 0;
}

.card-content p:first-child{
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 120%;
    color: #1F314F;
    text-align: center;
}

.card-content p:last-child{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: #68778D;
    text-align: center;
}

.attribution {
    font-size: 11px;
    text-align: center;
  }

  .attribution a {
    color: hsl(228, 45%, 44%);
  }

footer{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}