css /* styles.css */ body { background-color: #F2F2F2; font-family: "Arial, sans-serif"; color: #000; } /* Headings */ h1 { color: #FF69B4; font-weight: bold; font-size: 24px; text-align: center; border-bottom: 4px solid #000; margin-bottom: 10px; padding-bottom: 10px; box-shadow: 0px 0px 0px #000; } /* Links */ a { color: #000; text-decoration: none; } /* Text */ p { font-size: 18px; line-height: 24px; color: #000; margin: 0 0 10px 0; padding: 0; } /* Buttons */ button { background-color: #000; color: #fff; border: none; padding: 10px 20px; border-radius: 10px; cursor: pointer; box-shadow: 0px 0px 0px #000; } /* Drop shadows */ div { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); background-clip: content-box; } /* Colors */ body { background-color: #F2F2F2; color: #000; }