Spaces:
Runtime error
Runtime error
| body { | |
| font-family: Arial, sans-serif; | |
| background-color: #f0f8ff; | |
| display: flex; | |
| justify-content: center; | |
| align-items: center; | |
| height: 100vh; | |
| margin: 0; | |
| } | |
| .form-container { | |
| background: white; | |
| border-radius: 10px; | |
| padding: 20px; | |
| width: 400px; | |
| box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); | |
| text-align: center; | |
| } | |
| h1 { | |
| font-size: 24px; | |
| margin-bottom: 20px; | |
| } | |
| table { | |
| margin: 20px auto; | |
| width: 80%; | |
| text-align: left; | |
| } | |