body {
    background-color: white;
    color: black;
}

nav, aside, footer, input, textarea, button, .fontsize_button, details {
    display: none;
}

.hasab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

img {
    max-width: 50%;
}

video {
    display: none;
}

p {
    font-size: 12pt;
    line-height: 1.5;
}

table {
    width: 100%;
}