body{
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: hsl(212, 45%, 89%);
    font-family: "Outfit", sans-serif;
    font-size: 15px;
}

.cuadro{
    background: hsl(0, 0%, 100%);
    text-align: center;
    border-radius: 10px;
    max-width: 200px;
    margin-left: 0px;
}

.imagen_qr{
    margin-top: 10px;
    text-align: center;
    max-width: 180px;
    border-radius: 10px;
}

.titulo{
    margin: 10px 15px;
    font-size: 15px;
}

.texto{
    font-size: 10px;
    color: hsl(216, 15%, 48%);
    padding: 0px 15px 15px 10px;
}