body {
    background: var(--Light-Grey, #D5E1EF);
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'Outfit', sans-serif;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container {
    width: 320px;
    height: 497px;
    flex-shrink: 0;
    border-radius: 20px;
    background: var(--White, #FFF);
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qr-code img {
    border-radius: 30px;
    padding: 16px;
    width: 288px;
    height: 288px;
}

h1 {
    color: var(--Dark-Navy, #1F314F);
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: 5px 16px 16px 16px;
}

p {
    color: var(--Grey, #7D889E);
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.188px;
    margin: 0 30px 40px;
}
