@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

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




@media only screen and (max-width: 1440px) {

    body {

        background-color: hsl(194, 26%, 84%);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        font-family: "Outfit", sans-serif;
        font-size: 15px;
    }

    .container {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 18rem;
        height: 27rem;
        background-color: white;
        border-radius: 15px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }

    div.qr-code {
        display: flex;
        flex-direction: column;
        align-items: center;
    }



    img {

        width: 16.9rem;
        height: 15.3rem;
        border-radius: 0.6rem;
        margin-top: 0.6rem;
        margin-bottom: 10px;
        padding: 0.2rem;

    }

    .text {
        padding: 6px;
        /* border: 1px solid black; */
    }



    h3 {
        margin: auto 20px 15px 20px;
        text-align: center;
        font-weight: 700;
    }

    p {
        text-align: center;
        color: gray;
        margin: 8px 7px 10px 7px;
        font-weight: 400;
        /* border: 1px solid black; */
    }

}

@media only screen and (max-width: 375px) {

    /* body {

        background-color: hsl(194, 26%, 84%);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        font-family: "Outfit", sans-serif;
        font-size: 15px;
        width: 100%;
    } */

    img {

        width: 16.5rem;
        height: 16rem;
        border-radius: 0.7rem;
        margin-top: 0.4rem;
        margin-bottom: 10px;
        padding: 0.2rem;
        /* border: 3px solid black; */
    }

    .container {
        /* border: 1px solid black; */
        width: 17.5rem;
        height: 27rem;
        margin: 3.5rem auto;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }

    h3 {
        margin: auto 20px 20px 20px;
        text-align: center;
        font-weight: 700;
    }

    p {
        text-align: center;
        color: gray;
        margin: 8px 12px 10px 12px;
        font-weight: 400;
        /* border: 1px solid black; */
    }

}