
    /* Test CSS file - Status: 200 */
    body.test-page {
        font-family: Arial, sans-serif;
        padding: 20px;
    }
    .status-info {
        background-color: #f0f0f0;
        border: 2px solid #333;
        padding: 15px;
        border-radius: 5px;
        margin: 20px 0;
    }
    .status-code {
        font-size: 24px;
        font-weight: bold;
        color: #0066cc;
    }
    