css /* Mini-Panic-Rooms Stylesheet */ body { background-color: #ff0000; color: #000000; font-family: "Courier New", monospace; font-size: 16px; line-height: 1.2; } h1 { font-family: "Arial", sans-serif; font-weight: bold; font-size: 24px; line-height: 30px; border-bottom: 4px solid #000000; color: #000000; margin-top: 0; padding-top: 10px; text-align: center; text-transform: uppercase; background: #ff0000; background-size: 100px; background-image: linear-gradient(to bottom, #ff0000 0 0, #ff0000 0 0); background-clip: border-box; border: 2px solid #000000; border-radius: 10px; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0); box-sizing: border-box; margin: 0; padding: 0; position: relative; text-rendering: optimizeLegibility; transform: translateZ(-4px); z-index: 1; } h2 { font-family: "Arial", sans-serif; font-weight: bold; font-size: 18px; line-height: 22px; border-bottom: 4px solid #000000; color: #000000; margin-top: 0; padding-top: 10px; text-align: center; text-transform: uppercase; background: #00ff00; background-size: 100px; background-image: linear-gradient(to top, #00ff00 0 0, #00ff00 0 0); background-clip: border-box; border: 2px solid #000000; border-radius: 10px; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0); box-sizing: border-box; margin: 0; padding: 0; position: relative; text-rendering: optimizeLegibility; transform: translateZ(-4px); z-index: 2; } h3 { font-family: "Arial", sans-serif; font-weight: bold; font-size: 16px; line-height: 20px; border-bottom: 4px solid #000000; color: #000000; margin-top: 0; padding-top: 10px; text-align: center; text-transform: uppercase; background: #0000ff; background-size: 100px; background-image: linear-gradient(to top, #0000ff 0 0, #0000ff 0 0); background-clip: border-box; border: 2px solid #000000; border-radius: 10px; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0); box-sizing: border-box; margin: 0; padding: 0; position: relative; text-rendering: optimizeLegibility; transform: translateZ(-4px); z-index: 3; } h4 { font-family: "Arial", sans-serif; font-weight: bold; font-size: 14px; line-height: 18px; border-bottom: 4px solid #000000; color: #000000; margin-top: 0; padding-top: 10px; text-align: center; text-transform: uppercase; background: #ff00ff; background-size: 100px; background-image: linear-gradient(to bottom, #ff00ff 0 0, #ff00ff 0 0); background-clip: border-box; border: 2px solid #000000; border-radius: 10px; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0); box-sizing: border-box; margin: 0; padding: 0; position: relative; text-rendering: optimizeLegibility; transform: translateZ(-4px); z-index: 4; }