header, nav, footer, video, form, .skip-link {
  display: none !important;
}

body {
  background: white !important;
  color: black !important;
  font-family: Georgia, serif;
  font-size: 12pt;
}

main {
  max-width: 100%;
  padding: 0;
  box-shadow: none;
}

img {
  max-width: 50%;
  height: auto;
}

details {
  border: none;
  background: none;
  padding: 0;
}

summary {
  font-weight: bold;
}

@page {
  margin: 2cm;
}
