html, body { margin: 0; overflow: hidden; } .col{ display: flex; height: 98vh; margin-top: -10px; } .col1{ overflow: auto; width: 45%; scrollbar-width: none; } .col2{ overflow: auto; margin-left: 20px; text-align: left; width: 55%; scrollbar-width: none; } .dot{ display: inline-block; color: black; text-decoration: none; margin-left: 6px; margin-top: 5px; margin-bottom: 8px; } p{ margin-right: 10px; margin-left: 1%; border-left: 12px solid rgb(232, 231, 231); mix-blend-mode: multiply; } .sr{ text-decoration: line-through; } .i{ font-style: italic; } .u{ text-decoration: underline; } #mycanvas { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -1; } img{ width: 65%; padding: 5px; mix-blend-mode: multiply; margin-top: 5px; margin-bottom: 5px; margin-left: 30px; } .titre{ font-weight: bold; border: none; } .iu{ font-style: italic; text-decoration: underline; mix-blend-mode: multiply; } .imgklein{ width: 35%; padding: 5px; mix-blend-mode: multiply; margin-top: 5px; margin-bottom: 5px; } .imgcol{ display: flex; }