css /* style.css */ body { background-image: linear-gradient(to bottom, #FF69B6, #AFA7C2); background-size: 100px; background-clip: border; border: 1px solid black; padding: 20px; margin: 0px; font-family: Arial, sans-serif; font-size: 18px; line-height: 1.2; text-transform: uppercase; letter-spacing: 2px; color: #000; } h1 { font-size: 32px; line-height: 1.2; letter-spacing: 4px; font-weight: bold; text-align: center; margin: 0; border-bottom: 4px solid #000; padding-bottom: 4px; background: linear-gradient(to bottom, #FF69B6, #AFA7C2); background-clip: border; border-bottom: 4px solid #000; border-top: 4px solid #000; box-shadow: 0 2px 4px #000; } h2 { font-size: 24px; line-height: 1.2; letter-spacing: 2px; font-weight: normal; text-align: left; margin: 0; border-bottom: 4px solid #000; padding-bottom: 4px; background: linear-gradient(to bottom, #FF69B6, #AFA7C2); background-clip: border; border-bottom: 4px solid #000; box-shadow: 0 2px 4px #000; } p { font-size: 18px; line-height: 1.2; letter-spacing: 2px; font-weight: normal; text-align: left; margin: 0; border-bottom: 4px solid #000; padding-bottom: 4px; background: linear-gradient(to bottom, #FF69B6, #AFA7C2); background-clip: border; box-shadow: 0 2px 4px #000; } a { text-decoration: none; color: #000; background: #AFA7C2; border: 2px solid #000; padding: 4px 8px; border-radius: 4px; text-shadow: 0 2px 4px #000; } a:hover { background: #FF69B6; color: #000; text-shadow: 0 2px 4px #000; }