* {
    background: none !important;
    box-shadow: none !important;
}

header,
nav,
aside,
footer,
video,
.skip-link {
    display: none !important;
}

img {
    max-width: 100%;
    height: auto;
    page-break-inside: avoid;
}

body {
    font-size: 12pt;
    line-height: 1.5;
    color: black;
    background: white;
    margin: 2cm;
}

main {
    width: 100%;
}

a::after {
    content: " (" attr(href) ")";
    font-size: 10pt;
    color: gray;
}
