.mario-stage-wrapper { width: 100%; padding: 40px 15px; image-rendering: pixelated; } .mario-stage-row { max-width: 900px; margin: 0 auto; } .mario-stage-title { font-family: 'Press Start 2P', cursive; font-size: 28px; color: #f1c40f; text-align: center; text-transform: uppercase; line-height: 1.4; margin-bottom: 40px; text-shadow: 4px 4px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000; } .mario-stage-paper { position: relative; background-color: #000; border: 4px solid #fff; outline: 5px solid #000; padding: 40px; box-shadow: 15px 15px 0 rgba(0,0,0,0.3); } .m-rivet { position: absolute; width: 8px; height: 8px; background: #fff; opacity: 0.4; } .tl { top: 12px; left: 12px; } .tr { top: 12px; right: 12px; } .bl { bottom: 12px; left: 12px; } .br { bottom: 12px; right: 12px; } .mario-stage-body { color: #fff; font-size: 16px; line-height: 1.8; } .mario-stage-body h2, .mario-stage-body h3 { color: #EA0404; font-family: 'Press Start 2P', cursive; font-size: 18px; margin: 30px 0 15px; } .mario-stage-body p { margin-bottom: 20px; } .mario-stage-body img { max-width: 100%; height: auto; border: 4px solid #fff; outline: 4px solid #000; margin: 20px 0; display: block; image-rendering: pixelated; } .mario-stage-body a { color: #5c94fc; text-decoration: underline; font-weight: bold; } @media (max-width: 768px) { .mario-stage-title { font-size: 20px; } .mario-stage-paper { padding: 20px; } .mario-stage-body { font-size: 14px; } } .mario-stage-title { color: #f1c40f !important; text-shadow: 4px 4px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000; } .mario-stage-paper { background-color: #000000 !important; border: 4px solid #ffffff; outline: 5px solid #000000; } .mario-stage-body { color: #ffffff !important; font-family: 'Press Start 2P', cursive; } .mario-stage-body h1, .mario-stage-body h2, .mario-stage-body h3 { color: #EA0404 !important; text-shadow: 2px 2px 0 #000; } .mario-stage-body strong { color: #f1c40f !important; } .mario-stage-body a { color: #5c94fc !important; text-decoration: underline; } .mario-stage-body li { color: #ffffff; } .mario-stage-body li::marker { color: #EA0404; }