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

body {
    font-family: 'Outfit', sans-serif;
}

.container {
    width: 200px;
    max-width: 320px;
    height: 320px;
    padding: 20px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 35px;
    border-radius: 15px;
    background-color: hsl(0, 0%, 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    margin: auto;

    @media (max-width: 375px) {
        .container {
            margin: 10px;
        }
    }
}

body,
html {
    height: 100%;
    margin-bottom: 30px;
    border: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(212, 45%, 89%);

}

.qr-code {
    width: 100%;
    height: 80%;
    padding-bottom: 0px;
    border-radius: 10px;

}

.title {
    color: hsl(218, 44%, 22%);
    font-size: 15px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 0;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 0px;
}

.paragraph {
    color: hsl(216, 15%, 48%);
    width: 160px;
    font-size: 10px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.description-line1 {
    color: hsl(216, 15%, 48%);
    font-size: 10px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 0;
    margin: 0;
    padding: 0;

}

.description-line2 {
    color: hsl(216, 15%, 48%);
    font-size: 10px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 0;
    margin: 0;
    padding: 0;
}