body {
    background-color:hsl(212, 45%, 89%);
}


p, h2 {
    margin: 0;
    font-size: 15px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;


}


main {
    height: 94vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}




.qr-viewer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
    width: 250px;
    background-color: hsl(0, 0%, 100%);
    padding: 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    text-align: center;
}


.qr {
    width: 100%;
    height: 65%;
}


.qr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}


.qr-title {
    font-weight: 700;
    color: hsl(218, 44%, 22%);
}


.qr-caption {
    font-weight: 400;
    color:hsl(216, 15%, 48%) ;
}


footer {
    text-align: center;
}

footer p {
    display: inline-block;
    height: 4vh;
    font-size: 2.4vw;
}