/* ==========================================================================
   BASE STYLES - Temel Stiller
   ========================================================================== */

/* Genel Body Stilleri */
body {
    background-color: #f8f9fa;
}

/* Footer */
footer {
    margin-top: 4rem;
    padding: 2rem 0;
    background-color: #212529;
    color: #fff;
}

/* Navbar */
.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}