Spaces:
Running
Running
| body { | |
| margin: 0; | |
| padding: 0; | |
| font-family: Arial, sans-serif; | |
| background-color: #f4f4f4; | |
| } | |
| .prose h1 { | |
| font-size: 36px; | |
| font-weight: bold; | |
| text-align: center; | |
| } | |
| .alert { | |
| color: #f44336; | |
| } |
| body { | |
| margin: 0; | |
| padding: 0; | |
| font-family: Arial, sans-serif; | |
| background-color: #f4f4f4; | |
| } | |
| .prose h1 { | |
| font-size: 36px; | |
| font-weight: bold; | |
| text-align: center; | |
| } | |
| .alert { | |
| color: #f44336; | |
| } |