

@page {
    size: 8.5in 11in;
    margin: 0.5in;;
 }

 header img {
    width: 5%;
 }

 nav *, footer {
    display: none;
 }

 video , audio{
    display: none;
 }

 img {
    width: 4in;
 }

 input {
    width: 2in;
 }
 

 img, ol, ul {
    page-break-inside: avoid;
 }
 
 p {
    orphans: 3;
    widows: 3;
 }
     
a {
    text-decoration: none;
    color: black;
}

a::after {
    content: "("attr(href)")";
    font-weight: bold;
    word-wrap: break-word;
 }