css body { background-color: #f7d2c3; color: #333; font-family: 'VT323', monospace; margin: 0; padding: 0; } a { text-decoration: none; color: #f7d2c3; background-color: #333; border: 4px solid #f7d2c3; border-radius: 0; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); text-transform: uppercase; font-size: 24px; letter-spacing: 4px; } h1 { font-size: 36px; letter-spacing: 6px; color: #f7d2c3; margin-bottom: 20px; background-color: #333; border: 4px solid #f7d2c3; border-radius: 0; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); padding: 10px 20px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); text-transform: uppercase; text-align: center; } h2 { font-size: 24px; letter-spacing: 4px; color: #f7d2c3; margin-bottom: 10px; background-color: #333; border: 2px solid #f7d2c3; border-radius: 0; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); padding: 5px 10px; text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); text-transform: uppercase; text-align: center; } h3 { font-size: 18px; letter-spacing: 3px; color: #f7d2c3; margin-bottom: 5px; background-color: #333; border: 1px solid #f7d2c3; border-radius: 0; box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); padding: 2px 5px; text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); text-transform: uppercase; text-align: center; } p { font-size: 18px; letter-spacing: 3px; color: #333; line-height: 1.5; margin: 0; padding: 5px 10px; text-shadow: none; background-color: #f7d2c3; border: 1px solid #333; border-radius: 0; box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); word-wrap: break-word; } img { width: 100%; height: 100%; object-fit: fill; filter: brightness(0.5); transform: scale(1) rotate(45deg); background-color: #333; border: 4px solid #f7d2c3; border-radius: 0; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); margin: -200px 0 20px 0; }