html, body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #D5E1EF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Outfit, Arial, Helvetica, sans-serif;
}

.qr-container {
    background-color: white;
    width: 288px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    text-align: center;

}

.image-qr-code {
    width: 288px;
    border-radius: 15px;
}

.qr-code-image {
}

.container-content {
    padding: 15px;
    /* margin: 0; */
}

.content-heading {
    font-size: 22px;
    font-weight: 700;
    color: hsl(218, 44%, 22%);
    margin-bottom: 15px;
    margin-top: 5px;

}

.content-subheading {
    font-size: 15px;
    font-weight: 400;
    color: hsl(216, 15%, 48%);
    line-height: 22px;
    margin: 0;
}