* {
margin:  0;
padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@513&display=swap');

main {
    width: 100vw;
    height: 100vh;
    background-color:#D5E1EF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qr-container {
    text-align: center;
    display: inline-block;
    width:320px;
    height: 497px;
    background-color: #ffff;
    border-radius: 20px;
}
.image-container {
    width: 288px;
    height: 288px;
    border-radius: 10px;
    overflow: hidden;
    margin: 16px;
}
img {
    width: 100%;
}
h1 {
    margin: 0 16px 16px 16px;
    color: #1F314F;
    font-weight: 700;
    font-size: 22px;
    line-height: 27.72px;
}
p {
    color: #7D889E;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.1875px;
    margin: 0 32px 40px 32px;
}
.text {
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    text-align: center;
}



