html{
    box-sizing: border-box;
    font-size: 62.5% /* 10px en 1 rem */
}

*, *::before, *::after{
    box-sizing: inherit;
}

a{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0rem;
    padding: 0rem;
}
img{
    display: block;
    max-width: 100%;
    height: auto;
}
.list-pdf{
    width: min(90%, 124rem);
    display: flex;
    flex-direction:column;
    gap:2rem;
    margin:0 auto;
}
.list-pdf a{
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    font: 18pt/24pt verdana;
}
.list-pdf span{
    color:   #0626f3;
    background-color: white;
}
.list-pdf img{
    max-width:4rem;
}

