body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            line-height: 1.6;
            color: #333;
            background-color: #f8f8f8;
        }

        /* Header */
        .header {
            background-color: #004b87;
            color: white;
            padding: 20px 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .header .logo {
            font-size: 2.5em;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .header nav a {
            color: white;
            text-decoration: none;
            margin-left: 20px;
            font-size: 1.1em;
            text-transform: uppercase;
        }

        .header nav a:hover {
            text-decoration: underline;
        }

        /* Main Content */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .main-article {
            background-color: white;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .main-article h1 {
            font-size: 2.2em;
            margin-bottom: 10px;
            color: #004b87;
        }

        .main-article .meta {
            color: #666;
            font-size: 0.9em;
            margin-bottom: 15px;
        }

        .main-article img {
            max-width: 100%;
            height: auto;
            margin-bottom: 15px;
        }

        .main-article p {
            font-size: 1.1em;
            margin-bottom: 15px;
        }

        /* Article Grid */
        .article-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
        }

        .article-card {
            background-color: white;
            padding: 15px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .article-card img {
            max-width: 100%;
            height: auto;
            margin-bottom: 10px;
        }

        .article-card h2 {
            font-size: 1.5em;
            margin-bottom: 10px;
            color: #004b87;
        }

        .article-card p {
            font-size: 1em;
            color: #333;
        }

        /* Footer */
        .footer {
            background-color: #004b87;
            color: white;
            text-align: center;
            padding: 20px;
            margin-top: 40px;
        }

        .footer a {
            color: #fff;
            text-decoration: none;
            margin: 0 10px;
        }

        .footer a:hover {
            text-decoration: underline;
        }
    


    
        Het Parool
        
            Home
            Nieuws
            Cultuur
            Sport
        
    

    
        
            Hoofdartikel: Belangrijk nieuws uit Amsterdam
            12 oktober 2025 | Door Redactie
            
            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
            Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
        

        
            
                
                Kort nieuwsitem
                Samenvatting van een interessant artikel over lokale gebeurtenissen in Amsterdam.
            
            
                
                Cultureel evenement
                Een overzicht van de nieuwste tentoonstellingen en evenementen in de stad.
            
            
                
                Sportnieuws
                De laatste updates over sportevenementen en prestaties van lokale teams.
            
        
    

    
        &copy; 2025 Het Parool. Alle rechten voorbehouden.
        Contact | Over ons | Privacy