@media print {
    span.theme-num{
        color: black; font-size: 1rem; font-weight: bold;
    }
    section#site-footer{
        display:none;
    }
    a.big-button, span.big-button{
    font-size: 1rem;
    }
}