 /* Geçici inline stil, sonrasında avispost.css'e taşınabilir */
                        body {
                            font-family: 'Poppins', sans-serif;
                            color: #333;
                        }
                        .navbar-brand img {
                            height: 40px; /* Logo boyutunu ayarlayın */
                        }
                        .hero-section {
                            background-color: #f8f9fa;
                            padding: 100px 0;
                            text-align: center;
                        }
                        .feature-icon {
                            font-size: 3rem;
                            color: #6f42c1; /* Mor tonu */
                            margin-bottom: 15px;
                        }
                        .btn-primary {
                            background-color: #6f42c1;
                            border-color: #6f42c1;
                        }
                        .btn-primary:hover {
                            background-color: #5a359e;
                            border-color: #5a359e;
                        }
                        .footer {
                            background-color: #343a40;
                            color: white;
                            padding: 40px 0;
                        }
                        .team-member {
                            text-align: center;
                            padding: 20px;
                        }
                        .team-member img {
                            width: 150px; /* Profil fotoğrafı boyutu */
                            height: 150px;
                            border-radius: 50%; /* Yuvarlak fotoğraf */
                            object-fit: cover;
                            margin-bottom: 15px;
                            border: 3px solid #6f42c1; /* Fotoğraf çerçevesi */
                        }