body {
    margin: 0;
    box-sizing: border-box;
    background-color: #252525;
    scroll-behavior: smooth;
}
      /* ---------------------------LOGO VE NAV MENÜ--------------------------- */
#kutug {
    display: flex;
    width: auto;
    height: 10vh;
    justify-content: space-around;
    align-items: center;
}
#kutug h1 {
    color: white;
    font-family: "Noto Sans", sans-serif;
}
ul   {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;;
    height: 9vh;
}
ul  li {
        list-style-type: none;
        text-decoration: none;
;
}
ul li a {
        text-decoration: none;
        color: #E9E5E6;
        font-family: "Noto Sans", sans-serif;
        background-color: #252525;
        margin: 10px 10px;
        padding: 10px 20px;
}
ul li a:hover {
    background-color: #444540;
    border-radius: 20px;
}
/* --------------------ARTİCLE İÇERİK VE FOTO KUTULARI ------------------------*/
#tumkutu {
    display: flex;
    width: auto;
    min-height: 88vh;
}
#solfoto {
    display: flex;
    width: 42vw;
    min-height: 85vh;
}
#solfoto img {
    width: 42vw;
    height: auto;
}
#sagyazi {
    width: 58vw;
    min-height: 85vh;
}
#sagyazi h1 {
    color: #BABFC3;
    font-family: "Noto Sans", sans-serif;
    margin-left: 2%;
}
#sagyazi p {
    color: #BABFC3;
    font-size: 100%;
    text-indent: 10px;
    font-family: "Noto Sans", sans-serif;
    margin-left: 2%;
}
/* ---------------------FOOTER ALT KUTU KODLARIM --------------------*/
#altkutu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 25vh;
    background-color: #555555;
}
#ft {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 50vw;
    height: 25vh;
}
#ft a{
    font-family: "Noto Sans", sans-serif;
    color: #EFF2EB;
    padding: 10px 10px;
}
#kontrolkutu p {
    color: #EFF2EB;
    font-family: "Noto Sans", sans-serif;
}
/* ------------------KENDİM YAPTIM HOCAM :)-------------------- */