 body {
            font-family: Georgia, serif;
            background-color: #fff;
            color: #333;
            margin: 0;
            padding: 0;
            line-height: 1.6;
        }
        header {
            padding: 20px;
            text-align: center;
            border-bottom: 1px solid #EDE1D1;
	  
        }
		 header img {
            height: 50px; /* Adjust the size of the image */
            margin-bottom: 10px; /* Space between the image and text */
        }
        header h1 {
            margin: 0;
            font-size: 1.5em;
            font-weight: normal;
        }
        section {
            margin: 20px auto;
            max-width: 800px;
            padding: 0 20px;
        }
        .hero-image {
            width: 100%;
            height: 400px;
            background-color: #e0e0e0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #888;
            font-size: 1.5em;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
			 background-image: url('https://res.cloudinary.com/dprtgigif/image/upload/v1730142304/screenshot_nb2_mlmiwb.jpg');
			background-size:cover;/* Replace with your image path */
        }
        .section-title {
            font-size: 1.8em;
            margin-bottom: 10px;
            font-weight: bold;
        }
        .content p {
            margin-top: 10px;
        }
        .cta-button {
            display: inline-block;
            margin-top: 15px;
            padding: 10px 20px;
            background-color: #007bff;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-size: 1em;
        }
        footer {
            border-top: 1px solid #ddd;
            padding: 10px;
            text-align: center;
            font-size: 0.9em;
		color:#ffffff;
        background-color:#3F5A68;
        }
        footer p {
            margin: 5px 0;
        }
