/*
        body {
            font-family: trebuchet ms,arial,trebuchet ms,verdana,helvetica,sans-serif;
            font-size: 13px;
            padding: 20px;
            background-color: #f0f0f0;
        }
*/
        .container {
            max-width: 1200px;
            margin: 0 auto;
        }
        .row {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }
        .card {
            border: 1px solid #0b0;
            border-radius: 4px;
            padding: 15px;
            background-color: #eee;
            width: calc(33.33% - 14px);
        }
        .card h3 {
            margin-top: 0;
            margin-bottom: 10px;
            color: navy;
            font-family: Arial, sans-serif;
        }
        .description {
            margin-bottom: 15px;
            line-height: 1.5;
            font-family: trebuchet ms,arial,trebuchet ms,verdana,helvetica,sans-serif;
            font-weight: normal;
            font-size:13px;
        }
        .meta {
            font-size: 0.9em;
            color: #505050;
            font-family: trebuchet ms,arial,trebuchet ms,verdana,helvetica,sans-serif;
        }
        .label {
            font-weight: bold;
        }
        .updated {
            color: purple;
        }
