css body { background-color: #f0d0d0; font-family: "Comic Sans", sans-serif; line-height: 1.5; margin: 0; padding: 0; } body:after { content: ""; position: absolute; top: 0; right: 0; background: url('http://example.com/robot.png') no-repeat; background-size: 100px 100px; z-index: 1; } body::before { content: ""; position: absolute; top: 0; left: 0; background: url('http://example.com/robot.png') no-repeat; background-size: 100px 100px; z-index: 2; } h1 { font-family: "Arial Black", sans-serif; font-size: 24px; color: #FF0000; border-bottom: 4px solid #000000; padding: 10px 0; margin-bottom: 20px; text-shadow: 0 0 10px #000000; letter-spacing: 0.1em; word-spacing: 0.2em; text-align: center; background: -webkit-linear-gradient(left, #FFD700, #FFD700); background: linear-gradient(to right, #FFD700, #FFD700); border-radius: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding: 20px; } h2 { font-family: "Arial Black", sans-serif; font-size: 18px; color: #000000; border-bottom: 4px solid #FF0000; padding: 8px 0; margin-bottom: 16px; text-shadow: 0 0 10px #000000; letter-spacing: 0.1em; word-spacing: 0.2em; text-align: center; background: -webkit-linear-gradient(left, #008000, #008000); background: linear-gradient(to right, #008000, #008000); border-radius: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding: 16px; margin: 0; } p { font-size: 14px; line-height: 1.5; font-family: "Arial Black", sans-serif; color: #000000; border-bottom: 4px solid #FF0000; padding: 8px 0; margin-bottom: 16px; text-shadow: 0 0 10px #000000; letter-spacing: 0.1em; word-spacing: 0.2em; text-align: justify; background: -webkit-linear-gradient(left, #008000, #008000); background: linear-gradient(to right, #008000, #008000); border-radius: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding: 16px; margin: 0; }