| body { | |
| font-family: Arial, sans-serif; | |
| background-color: #f0f0f0; | |
| color: #333; | |
| text-align: center; | |
| padding: 50px; | |
| } | |
| h1 { | |
| color: #007BFF; | |
| } | |
| button { | |
| padding: 10px 20px; | |
| font-size: 16px; | |
| background-color: #007BFF; | |
| color: white; | |
| border: none; | |
| border-radius: 5px; | |
| cursor: pointer; | |
| } | |
| button:hover { | |
| background-color: #0056b3; | |
| } | |