Tomato Trivia

Did you know that tomatoes are 99% water? That's like, whoa.

A juicy tomato Meet Our President: Mr. Tomatoface
/* style.css */ body { background-color: #FFC000; font-family: Arial, sans-serif; margin: 0; padding: 0; border: 1px solid #000000; } header { background-image: linear-gradient(to bottom, #ff0000, #ff0000); padding: 10px; text-align: center; } #header { border-bottom: 4px solid #000000; border-top: 4px solid #000000; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); } #main-content { padding-top: 20px; text-align: center; background-color: #F7DC6E; border: 4px solid #000000; border-radius: 20px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); } a { text-decoration: none; color: #FFFFFF; background-color: #000000; padding: 5px; border: 1px solid #FFFFFF; border-radius: 10px; text-align: center; font-weight: bold; font-size: 18px; } a:hover { background-color: #000000; color: #F7DC6E; } h1 { font-size: 24px; font-weight: bold; color: #000000; text-align: center; border-bottom: 4px solid #FFFFFF; background: linear-gradient(to bottom, #ff0000, #ff0000); } h2 { font-size: 18px; font-weight: bold; color: #000000; text-align: center; border-bottom: 2px solid #000000; background-image: linear-gradient(to bottom, #ff0000, #ff0000); } #footer { padding: 10px; text-align: center; background-color: #000000; border: 1px solid #FFC000; border-radius: 10px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; }