css /* Cookie-Splinter-Pain Style */ body { font-family: 'Bangers', cursive; background: linear-gradient(90deg, #ffccff 0%, #ff00ff 100%); margin: 0; padding: 0; border: 0; font-size: 20px; font-weight: 700; line-height: 1; color: #000000; text-align: left; text-transform: uppercase; text-decoration: none; text-indent: 0; word-spacing: 5px; letter-spacing: 1; } body::before { content: ""; position: fixed; top: 0; left: 0; width: 0; height: 0; border-bottom: 5px solid #000000; z-index: 1; } h1 { font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: -0.2em; margin: 20px 0 20px 0; padding: 10px 20px; border-bottom: 5px solid #000000; background: linear-gradient(90deg, #ff00ff 0%, #ffccff 100%); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); box-sizing: border-box; width: 500px; max-width: 100%; position: relative; z-index: 1; } h2 { font-size: 18px; text-align: left; text-indent: 0; word-spacing: 5px; letter-spacing: 1; margin: 10px 0 10px 0; padding: 10px 20px; border: none; border-bottom: 5px solid #000000; background: linear-gradient(90deg, #ff00ff 0%, #ffccff 100%); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); box-sizing: border-box; width: 300px; max-width: 100%; position: relative; z-index: 1; } p { font-size: 16px; font-weight: 400; text-align: left; text-transform: none; text-indent: 0; word-spacing: 2; letter-spacing: 1; margin: 0 0 20px 0; padding: 10px 20px; border-bottom: 5px solid #000000; background: linear-gradient(90deg, #ff00ff 0%, #ffccff 100%); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); box-sizing: border-box; width: 100%; position: relative; z-index: 1; } a { text-decoration: none; text-transform: uppercase; font-size: 16px; font-weight: 700; text-align: center; letter-spacing: 1; margin: 10px 0 0 0; padding: 10px 20px; background: linear-gradient(90deg, #ff00ff 0%, #ffccff 100%); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); border: 2px solid #000000; border-radius: 10px; width: 200px; position: relative; z-index: 1; }