/* Basic Reset */ body { margin: 0; padding: 0; font-family: 'Georgia', serif; background: url('https://i.imgur.com/t6oPNmI.png') repeat; /* soft vintage paper texture */ color: #4b2e2e; line-height: 1.7; } /* Soft pink translucent page wrapper */ main { background: rgba(255, 240, 245, 0.85); /* soft blush pink */ max-width: 700px; margin: 40px auto; padding: 30px; border-radius: 18px; box-shadow: 0 0 20px rgba(255, 182, 193, 0.2); } /* Header styling */ header { text-align: center; padding-top: 40px; } h1 { font-family: 'Cursive', 'Georgia', serif; color: #c94d7f; font-size: 2.5em; margin-bottom: 0.2em; } .subtitle { font-style: italic; color: #8c4f60; font-size: 1.1em; } /* Section headings */ h2 { color: #a03c6d; font-size: 1.6em; border-bottom: 1px dotted #dfa6c6; padding-bottom: 5px; margin-top: 40px; } /* Links */ a { color: #c94d7f; text-decoration: none; border-bottom: 1px dotted #c94d7f; } a:hover { color: #8c4f60; border-bottom: 1px solid #8c4f60; } /* Image styling */ img { border-radius: 12px; max-width: 100%; display: block; margin: 20px auto; } /* Lists */ ul { list-style-type: '🌸 '; padding-left: 1.2em; } li { margin-bottom: 10px; } /* Footer */ footer { text-align: center; padding: 20px; font-size: 0.9em; color: #7a4e5b; }