* {
    box-sizing: border-box;
}

img {
    max-inline-size: 100%;
    display: block;
}

body {
    background-color: hsl(212, 45%, 89%);
    font-family: 'Outfit', sans-serif;
    line-height: 1.7;

    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;

}

h1 {
    color: hsl(218, 44%, 22%);
    font-weight: 700;
    line-height: 1.3;
}

p {
    font-size: 1rem;
    font-weight: 400;
    color: hsl(216, 15%, 48%);
}

.wrapper {
    max-inline-size: 500px;
    margin-inline: auto;
    background-color: hsl(0, 0%, 100%);
    padding: 30px;
    padding-block-end:60px ; 
    border-radius: 5%;  
}

.image-qr-code img {
    border-radius: 4%;
}

section {
    text-align: center;
}