@font-face {
    font-family: "f700";
    src: url("./f700_tr_en.woff2") format("woff2");
    font-display: auto;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: "f400";
    src: url("./f400_tr_en.woff2") format("woff2");
    font-display: auto;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

html {
    background: #1877bd;
}

html,
body {
    min-height: 100vh;
}

body {
    margin: 0 auto;
    font-family: "f400", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto, sans-serif";
    font-style: normal;
    color: #fff;
    user-select: none;
    -webkit-user-drag: none;
    display: grid;
    grid-template-rows: 1fr auto; 
    
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -3%;
    margin-bottom: -3%;
}

main {
    flex: 1;
    z-index: 2;
}

.kapsa {
    display: flex;
    justify-content: flex-start;
}

.imlek {
    height: 25px;
}

.imlek-ayar {
    fill: #fff;
}

.sol-icerik {
    max-width: 500px;
    min-width: 300px;
    margin-right: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.baslik {
    font-family: "f700", sans-serif;
    font-size: 40px;
    line-height: 42px;
    margin-top: 8px;
    margin-bottom: 14px;
}

.aciklama {
    font-family: "f400", sans-serif;
    font-size: 18px;
    line-height: 20px;
}

.f700 {
    font-family: "f700", sans-serif;
}

.alt {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    background-clip: padding-box;
}

.sol-alt {
    display: flex;
    justify-content: start;
    position: relative;
}

.sol-alt-yan {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.sag-alt {
    float: right;
}

.alt-baglantilar {
    margin-top: 2px;
    margin-bottom: 10px;
    display: inline-flex;
}

.alt-baglanti {
    color: #fff;
    font-size: 20px;
    font-family: "f700", sans-serif;
    margin-right: 20px;
    text-decoration: none;
    list-style: none;
}

.alt-baglanti-yan {
    font-size: 16px;
    line-height: 29px;
}

.alt-bilgi {
    font-size: 14px;
    line-height: 16px;
    font-family: "f400", sans-serif;
}

@media (max-width: 960px) {
    .sol-icerik {
        margin: 0;
        min-width: auto;
    }

    .baslik {
        font-size: 28px;
        line-height: 30px;
        margin-top: 15px;
    }

    .sol-alt {
        flex-direction: column;
        align-items: start;
    }

    .sol-icerik {
        width: 100%;
    }

    .sol-alt-yan {
        margin-left: 0;
    }

    .alt {
        flex-direction: column;
        float: left;
    }

    .alt-baglantilar {
        margin-top: 20px;
        flex-direction: column;
    }

    .alt-baglanti {
        font-size: 16px;
    }

    .alt-baglanti-yan {
        float: left;
        position: relative;
        margin-top: 20px;
    }
}