#2,951
5 out of 5 starsbody { background-color: #f0f8ff; font-family: 'Arial', sans-serif; color: #333; margin: 0; padding: 0; } h1 { font-family: 'Georgia', serif; color: #2c3e50; text-align: center; margin-top: 20px; } p { font-size: 16px; line-height: 1.6; margin: 20px; color: #555; } button { background-color: #4CAF50; color: white; border: none; padding: 10px 20px; font-size: 16px; cursor: pointer; border-radius: 5px; } button:hover { background-color: #45a049; }