* {
    margin: 0;
    padding: 0;
}

.wrapper {
    background-color: hsl(212, 45%, 89%);
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border: 1px solid red; */
}

.white-container {
    background: white;
    /* border: 1px solid red; */
    width: 448px;
    height: 668px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5%;
}


.qr-code {
    width: 418px;
    height: 418px;
    display: flex;
    /* border: 1px solid red; */
    justify-content: center;
    align-items: center;
    margin-top: -200px;
    position: relative;
}

img {
    /* border: 1px solid red; */
    width: 398px;
    height: 418px;
    display: flex;
    justify-content: center;
    border-radius: 5%;
}

.subtitle {
    font-family: "Outfit", sans-serif;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    max-width: 350px;
    text-align: justify;
    position: absolute;
    margin-top: 370px;
}

h3 {
    text-align: center;
    font-size: 22px;
}

.description {
    margin-top: 20px;
    text-align: center;
    font-size: 17px;
}