body { font-family: Arial, sans-serif; margin: 30px; }
button { padding: 10px 14px; cursor: pointer; background-color: #4CAF50; color: white; border: none; border-radius: 5px; }
button:hover { background-color: #45a049; }