body {
    margin: 0px;
    --bg: #001A0D;
    --menu: rgba(10, 40, 20, 0.85);
    --card: rgba(15, 60, 30, 0.75);
    --card2: rgba(10, 50, 25, 0.8);
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-size: 100%;
    --color: #2EFF7D;
    background: var(--bg);
    background-attachment: fixed;
    font-family: 'Montserrat', sans-serif;
    color: #C8FFE0;
    background-size: 100% 100%;
}

/* Yeşil Tema CSS */
