@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Outfit&display=swap');

*
{
    box-sizing: border-box;
    margin: 0;
    font-family: 'Outfit', sans-serif;
    text-align: center;
}

body
{
    min-height: 100vh;
    width: 100%;
    background-color: hsl(212, 45%, 89%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr
{
    background-color: hsl(0, 0%, 100%);
    width: 340px;
    height: 510px;
    border-radius: 20px;
    box-shadow: 5px 5px 10px 3px hsl(212, 25%, 83%);
}

img
{
    width: 90%;
    height: 62%;
    margin-top: 15px;
    border-radius: 20px;
}

h1
{
    font-weight: 800;
    font-size: 23px;
    margin-top: 15px;
}

.txt
{
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
    opacity: 0.4;
}

footer
{
    font-size: 11px;
    margin-top: 3px;
}
