/* 
    Css for printing
*/
header {
    text-align: center;
    margin-bottom:40px;
}
header > ul.social {
    display:none;
}
header img {
    filter: invert(100%) hue-rotate(90deg) brightness(120%) contrast(150%);
}