header, nav, aside, footer, video {
    display: none !important;
  }
  
.video-torol,
video {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  font-family: Georgia, serif;
  font-size: 1rem;
  color: #000;
  background: #fff;
  margin: 1cm;
}

img {
  width: 40%;
  height: auto;
}  

#toggleContrast {
  display: none !important;
}