﻿/* CSS kodlarını buraya ekleyin */
html, body {
    height: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow: auto !important;
}

body {
    display: block;
    position: relative;
    overflow-x: hidden;
    background-color: #fff;
}

header, footer {
    position: relative;
    z-index: 10;
}

