a:link { color:hotpink; } a:visited { color:#b705ff; } a:hover { color:#f500ff; } body{ background-color:#121212; color:#0A889B; margin:1em auto; max-width:40em; padding:0 .62em; font:1.2em/1.62em sans-serif; } h1,h2,h3 { line-height:1.2em; color:#0068ff; } #side { padding-top: 60px; height: 100%; width: 0; position: fixed; top: 0; left: 0; background-color:#121212; z-index: 1; overflow-x: hidden; opacity:0.9; transition: 0.4s; } #side a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 20px; color:#0068ff; display: block; transition: 0.3s } #side a:hover, .offcanvas a:focus{ color: #f1f1f1; } #canvas { position: fixed; background-color:#000; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; } #show { left: 10px; z-index: 2; position: fixed; top:10px; background-color: #b705ff; opacity:0.4; border: none; color: white; padding: 10px 26px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; transition: 0.3s } #show:hover { opacity:1.0; }