header,
nav,
.video,
.nav,
footer {
    display: none !important;
}

img {
    max-width: 50% !important;
    height: auto;
}

body {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: black;
    background: white;
    margin: 2cm;
}
