/*
Theme Name: Masozbul Final Theme
Theme URI: https://masajplus.com/
Author: Siz
Author URI: https://masajplus.com/
Description: Front-page kontrollü, sticky footer, responsive header ve panel logolu tam tema.
Version: 1.5
*/

html, body {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    color: #333;
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1;
    max-width: 960px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
