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

body{
    height: 100dvh;
    width: 1440px;
    font-size: 15px;
    font-weight: 400, 700;
    background: hsl(212, 45%, 89%);
}

.div-1{
    background:  hsl(0, 0%, 100%);
    align-items: center;
    justify-content: center;
    margin: 8rem;
    padding: 15px;
    width: 21rem;
    height: 32rem;
    text-align: center;
    border-radius: 2rem;
}

.image-qr-code{
    width: 18rem;
    height: 18rem;
    border-radius: 1rem;
}

.div-13 h1{
    margin: 1rem;

}

p{
    color: hsl(216, 15%, 48%);
}