*{
    box-sizing: border-box;
    margin: 0%;
 
}

body{

    background-color: hsl(212, 45%, 89%);
    font-family: "Outfit", sans-serif;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 


}

.tarjeta{

    width: 90%;
    max-width: 375px;
    background-color: hsl(0, 0%, 100%);
    border-radius: 15px;
    box-shadow: 0 0 10px;
    text-align: center;

}

.tarjeta_qr{

    max-width: 90%;
    margin-top: 15px;
    border-radius: 20px;
    
}



.tarjeta_content{


    max-width: 90%;
    display: inline-block;

}


.tarjeta_titulo{

    color:  hsl(218, 44%, 22%);
    margin: 25px 0;
    font-size: 1.6rem;

}

.tarjeta_texto{

    margin-bottom: 60px;
    color: hsl(216, 15%, 48%);

}
