/*
Theme Name: WP Theme
Theme URI: http://example.com/
Author: Senin Adın
Author URI: http://example.com/
Description: Kendi özel temanız.
Version: 1.0
*/

/* Tema ana stil dosyası. Gerekirse buraya özel CSS ekleyebilirsiniz. */

/* Header logo ve navbar düzeni için ek stiller */
.navbar {
    margin-bottom: 30px;
}
.logo-image {
    max-width: 180px;
    height: auto;
    margin-right: 20px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

