body{
    background-color: rgba(201, 222, 225, 0.94);
    text-align: center;
}

.div1{
    width: 19%;
    height: 60%;
    padding: 20px;
    border-radius: 15px;
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.qrcode{
    height:60%;
    width: 100%;
    border-radius: 15px;
}

.titulo{
    font-size: 120%;
    margin-left: 5%;
    margin-right: 5%;
    color: rgb(22, 22, 22);
}

.parrafo{
    font-size: 0.84em;
    margin-left: 5%;
    margin-right: 5%;
    color: rgb(115, 114, 114);
}