css /* styles.css */ body { background-color: #ffccff; font-family: "Arial Black", sans-serif; color: #000000; margin: 0; padding: 0; border: 1px solid black; } h1 { font-size: 36px; font-weight: bold; color: #ff00ff; border-bottom: 4px solid #000000; text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5); } h2 { font-size: 24px; color: #008000; border-bottom: 4px solid #000000; text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5); } p { font-size: 18px; line-height: 24px; color: #333333; margin-bottom: 24px; } a { text-decoration: none; color: #000000; font-weight: bold; border-bottom: 2px solid #000000; text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5); } a:hover { text-decoration: underline; color: #000000; border-bottom: 4px solid #000000; text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5); } img { display: block; margin-top: 24px; border: 2px solid #000000; } /* styles.css ends here */