body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            line-height: 1.6;
            background-color: #fafafa;
            color: #333;
        }
        header, footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }
        header h1 {
            font-size: 36px;
            margin: 0;
        }
        header p {
            font-size: 18px;
            margin-top: 5px;
        }
        nav {
            background-color: #444;
            color: white;
            text-align: center;
            padding: 15px 0;
        }
        nav a {
            color: white;
            text-decoration: none;
            margin: 0 20px;
            font-size: 18px;
            font-weight: bold;
        }
        nav a:hover {
            color: #1eff00;
        }
        main {
            padding: 40px 20px;
            text-align: center;
        }
        .container {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 40px;
            flex-wrap: wrap;
            max-width: 1200px;
            margin: 0 auto;
        }
        .container div {
            background-color: #ffffff;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            width: 300px;
        }
        h2 {
            color: #003366;
            font-size: 24px;
            margin-bottom: 15px;
        }
        ul {
            list-style: none;
            padding: 0;
            font-size: 16px;
        }
        ul li {
            margin-bottom: 8px;
        }
        a {
            color: #003366;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        a:hover {
            color: #000000;
        }
        .locatie-knop {
            display: block;
            background-color: #28a745;
            color: white;
            padding: 12px;
            text-align: center;
            text-decoration: none;
            border-radius: 6px;
            margin-top: 15px;
            font-weight: bold;
            font-size: 16px;
            transition: background-color 0.3s ease;
        }
        .locatie-knop:hover {
            background-color: #218838;
        }
        .socials a {
            margin: 0 15px;
            font-size: 24px;
            color: #003366;
            transition: color 0.3s ease;
        }
        .socials a:hover {
            color: #6fff00;
        }
        .cta-button {
            display: inline-block;
            background-color: #28a745;
            color: white;
            padding: 15px 30px;
            font-size: 18px;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 30px;
            font-weight: bold;
            transition: background-color 0.3s ease;
        }
        .cta-button:hover {
            background-color: #218838;
        }
        .contactformulier {
            margin-top: 20px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            background-color: #ffffff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }
        .contactformulier form input,
        .contactformulier form select,
        .contactformulier form textarea {
            width: 100%;
            padding: 10px;
            border-radius: 6px;
            border: 1px solid #ccc;
            font-size: 16px;
        }
        .contactformulier form textarea {
            resize: vertical;
        }
        .reviews {
            text-align: left;
            align-self: flex-start;
        }
        .formulier-wrapper {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            line-height: 1.6;
            background-color: #f4f4f4;
            text-align: center;
        }

        header, footer {
            background-color: #333;
            color: white;
            padding: 20px;
        }

        nav {
            background-color: #444;
            padding: 10px;
        }

        nav a {
            color: white;
            text-decoration: none;
            margin: 0 15px;
            font-size: 18px;
        }

        main {
            padding: 40px 20px;
        }

        h2 {
            font-size: 28px;
            margin-bottom: 20px;
            color: #333;
        }

        ul {
            list-style: none;
            padding: 0;
            display: inline-block;
            text-align: left;
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            max-width: 600px;
            margin-top: 30px;
            width: 100%;
        }

        li {
            font-size: 18px;
            padding: 10px 0;
            border-bottom: 1px solid #ddd;
            transition: background-color 0.3s ease;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        li:last-child {
            border-bottom: none;
        }

        li:hover {
            background-color: #f0f0f0;
            cursor: pointer;
        }

        .service-icon {
            margin-right: 10px;
        }

        .footer-button {
            background-color: #28a745;
            color: white;
            padding: 10px 20px;
            font-size: 18px;
            text-decoration: none;
            border-radius: 5px;
        }

        .footer-button:hover {
            background-color: #218838;
        }

        .price {
            font-weight: bold;
            color: #007bff;
        }