@media print {
    h1 {
        color: red;
        font-size: 40px;
    }
}

img {
    max-width: 500px;
    margin: 50px;
}