﻿html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1; /* İçeriğin uzunluğuna göre footer'ı en altta tutacak */
}
