| body { | |
| font-family: sans-serif; | |
| text-align: center; | |
| background-color: #f8f9fa; | |
| color: #333; | |
| } | |
| .container { | |
| margin-top: 10vh; | |
| } | |
| .btn { | |
| display: inline-block; | |
| background-color: #007bff; | |
| color: white; | |
| padding: 10px 20px; | |
| border-radius: 8px; | |
| text-decoration: none; | |
| font-weight: bold; | |
| } | |
| .btn:hover { | |
| background-color: #0056b3; | |
| } | |