        @media print {nav,#preloader, .sticky-icons {display: none;}
        ul li {list-style: square;}
            * { font-family: 'Roboto', sans-serif;}


@page {
margin: 0.5cm;
}
 header:before {
display: block;
content: "Curriculum Vitae";}

header:after {
content: "adrianomartinez.com";
}
            
}