body {
    overflow-y: auto; /* Dikey kaydırmayı etkinleştir */
    overflow-x: hidden; /* Yatay kaydırmayı gizle */
} 