@page {
    margin: 2cm;
}

html {
    background: white;
}
body {
    width: 100%;
    font-family: "Times New Roman", Times, serif;
    background: white;
    min-width: initial;
    max-width: initial;
    box-shadow: initial;
}

nav {
    display: none;
}

a:after {
    content: " (" attr(href) ")";
}

img {
    max-width: 50%;
    height: auto;
    max-height: 50%;
}

.custom-carousel img {
    max-height: 30vh;
}

footer {
    display: none;
}

video {
    display: none;
}
