img.bw {
        filter: grayscale(1);
}

div.nom {
text-align: center;
margin: 0px;
font-family: roboto;
font-size: 14pt;
color: orange;
font-weight: bold;
}

div.cod {
text-align: center;
margin: 0px;
font-family: roboto;
font-size: 10pt;
color: red;
}

div.det {
text-align: center;
margin: 10px;
font-family: roboto;
font-size: 10pt;
color: darkgray;
text-decoration: underline;
}

div.pre {
text-align: center;
margin: 0px;
font-family: roboto;
font-size: 14pt;
color: navy;
}

div.uni {
text-align: center;
margin: 0px;
font-family: roboto;
font-size: 10pt;
color: navy;
}

div.ago {
text-align: center;
margin: 0px;
font-family: roboto;
font-size: 16pt;
color: yellow;
background-color: black;
font-weight: bold;
}