 
    .home-content .action-list li {
        margin-bottom: 1em;
        font-size: 1.2em;
    }
      .home-content .status-panel {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .home-content .status-panel h2 {
            margin-top: 0;
            color: #28a745;
            border-bottom: 2px solid #28a745;
            padding-bottom: 10px;
        }
        .home-content .status-item {
            margin-bottom: 10px;
            font-size: 1.1em;
        }
        .home-content .status-item strong {
            color: #555;
        }
        .home-content .last-updated {
            margin-top: 20px;
            font-size: 0.9em;
            color: #888;
            text-align: right;
        }
            .home-content .container {
            max-width: 800px;
            margin: 0 auto;
            padding: 2em;
            background: #f9f9f9;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        .home-content h1 {
            color: #2c3e50;
            text-align: center;
        }
        .home-content h3 {
            color: #34495e;
            border-bottom: 2px solid #3498db;
            padding-bottom: 0.5em;
        }
        .home-content ul {
            list-style-type: none;
            padding: 0;
        }
        .home-content li {
            background: #ecf0f1;
            margin-bottom: 0.5em;
            padding: 1em;
           
        }
        .home-content p {
            margin-bottom: 1em;
        }
        .home-content .contact-email {
            font-weight: bold;
            color: #e74c3c;
        }
        .home-content .footer {
            text-align: center;
            margin-top: 2em;
            font-size: 1.2em;
            font-weight: bold;
            color: #2980b9;
        }
   
   
