*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
}
body{
    background-color: hsl(212, 45%, 89%);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
img{
    max-width: 100%;
    border-radius: 12px;
}
.qr-code-container{
    width: 270px;
    background-color:  hsl(0, 0%, 100%);
    padding: 16px;
    border-radius: 16px;
}
.qr-code-title{
    font-size: 18px;
    font-weight: 700;
    color: hsl(218, 44%, 22%);
    margin-top: 10px;
    margin-bottom: 10px;
}
.qr-code-desc{
    color: hsl(216, 15%, 48%);
    margin-bottom: 10px;
}