@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400..700&display=swap');

body{
    background-color: hsl(212, 45%, 89%);
    font-family: "Outfit", serif;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.qr-card{
    width: 300px;
    background-color: white;
    padding: 15px;
    border-radius: 7%;
}

.qr-card img{
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 290px;
    border-radius: 10%;
    align-items: center;
}

.text-area{
    text-align: center;
    padding: 10px;
}

.text-area P{
    color: (216, 15%, 48%);
}