:root {
    --slate-300: #D5E1EF;
    --slate-500: #68778d;
    --slate-900: #1f314f;
    --white: #fff;
    --font-primary: "Outfit", serif;
}

.text-preset-1 {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0px;
    color: var(--slate-900);
    margin-top: 16px;
}

.text-preset-2 {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: var(--slate-500);
}

body {
    background: var(--slate-300);
}

.container {
    display: flex;
    justify-content: center;
    margin-top: 230px;
}

.qr__box {
    background: var(--white);
    border-radius: 20px;
    width: 320px;
    text-align: center;
    padding: 16px 0px 40px 0px;

}

.qr__img {
    border-radius: 10px;
}