
*{
    padding: 0;
    margin: 0;
    border: 0;
}

body{
    
    background-color:hsl(212, 46%, 89%);
     
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* 100% del alto de la ventana visible */
}

.qr-img>img{
    height: 220px;
    width: 220px;
    border-radius: 5%;
}

.qr-section {
    display: flex;
    flex-direction: column;
    padding: 25px;
    
    background-color: hsl(0, 0%, 100%);
    border-radius: 5%;
    
}

.qr-img{
    display: flex;
}
.qr-section *{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 7px;
}

.p1{
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: hsl(218, 44%, 22%);
    
} 

.p2{
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: hsl(220, 15%, 55%);
}