*{
    font-family: Calibri;
    /*color:black;*/
    font-size: 1.05em; /* Atenció!! És aproximadament el mateix que 11 punts de Google docs
    Si es vol, es pot usar un rem que aprox són 16 px*/
}
body{
    margin: 1%;
}

#logodp{
    clip-path: inset(20% 8% 20% 8%);

}


table {
    width: 90vw;
    border-collapse: collapse;
    margin-top: 1%;
    margin-bottom: 1.5%;
    font-size:0.8em;

}
th {
    color: black;
    font-weight: bold;
    background-color: lightgray;
}
td, th {
    border: 2px solid black;
    padding: 8px;
    text-align: left;
}

table:nth-child(2) tbody tr td:nth-child(1) {
    color: #6fa8dc;
    font-weight: bold;
    font-size: 1.5em;
}

table:nth-child(2) thead tr th:nth-child(1){
    width: 100%;
}
table:nth-child(2) thead tr th{
    background-color: white;
}
