html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
iframe {
    max-width: 100%;
    height: auto;
}

pre {
    max-width: 100%;
    overflow-x: auto;
}

table {
    max-width: 100%;
    overflow-x: auto;
}

code {
    overflow-wrap: anywhere;
    word-break: break-word;
}