Tearful Tones

Welcome to Tearful Tones, the ultimate destination for tea enthusiasts seeking a good cry!

We're a cozy little corner in the kitchen where the tears flow like the tea and the biscuits are always a bit crumby.

/* style.css */ body { background-color: #f0f0f0; font-family: Arial, sans-serif; font-size: 14px; } .container { width: 100%; max-width: 600px; margin: 40px auto; background: #fff; padding: 20px; border: 4px solid #000; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); border-radius: 10px; } .header { background: #f7dc6d; padding: 10px; border-bottom: 4px solid #000; border-top: 4px solid #000; } .main-text { font-size: 24px; font-weight: bold; color: #000; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); } .sub-text { font-size: 18px; color: #666; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); } .link-container { padding: 10px 0; text-align: center; } a { text-decoration: none; color: #fff; background-color: #f00; border: 1px solid #f00; padding: 5px 10px; border-radius: 5px; transition: background-color 0.2s ease-in-out; } a:hover { background-color: #f7dc6d; color: #000; } .copyright { font-size: 14px; color: #666; text-align: center; padding: 5px 0; border-top: 1px solid #000; border-bottom: 1px solid #000; }