#container {
    max-width: 900px;
    position: absolute;
    margin: 0 auto;

}

#hersey {
    max-width: 900px;
    border: black;
    border: 2px;
    background-color: red;
    margin: 0 auto;

}


#logo {
    filter: drop-shadow(0 0.5px 0 white) drop-shadow(0 0.5px 0 white) drop-shadow(0 0.5px 0.5px white) drop-shadow(0.5px 0.5px 1px white)drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black);
    position: absolute;
    top: 60px;
    margin: 60px;
    transform: rotate(-9deg);
}

#altyazi {

    filter: drop-shadow(0 0.5px 0 white) drop-shadow(0 0.5px 0 white) drop-shadow(0 0.5px 0.5px white) drop-shadow(0.5px 0.5px 1px white)drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black);
    position: absolute;
    top: 60px;
    margin: 60px;
    transform: rotate(-9deg);
}


@font-face {
    font-family: Ana;
    src: url(/assetler/HakkouMincho.ttf);
}

body {
    font-family: Ana;
    margin: 0;
    /*background-image: url(assetler/arka.jpg);
    
    background-size: cover;
    background-repeat: no-repeat;
    */
}

* {
    box-sizing: border-box;
}

#header {
   
    
    height: 250px;
    background-size: 100%;
}

#gradient {
    padding: 0 auto;
    position: absolute;
    right: 390px;
    top: 10px;
    height: 250px;
    background-size: 100%;
}


#navbar {
    height: 40px;
    background-color: #13092D;
    width: 100%;
}

#navbar ul {
    display: flex;
    position: absolute;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
}



a{
    text-decoration: none;
}

a:hover{
    background-color: rgb(55, 55, 55);
    cursor: crosshair;
}

#flex {
    display: flex;
}

aside {
    border-top-right-radius: 160px;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 400px;
    height: 243px;
    padding: 20px;
    font-size: smaller;
    background-color: black;

    p,
    h1,
    h2,
    h3,
    a,
    ul,
    il {
        color: white;
    }

    overflow-y: hidden;
    overflow-x: hidden;
}


ul {
  list-style-type: none;
}

::-webkit-scrollbar {
    width: 0px;
}



main {

    flex: 1;
    padding: 10px;
    order: 2;
    border: black;
    border: 4px;
    background-color: white;
}

.tab-link {
    color: white;
    display: inline-block;
    margin-bottom: 6px;
}

.tab-link.active {
    color: #c40808;
    font-size: large;
}

.panel {
    display: none;
    overflow-y: scroll;
    height: 380px;
}

.panel.active {
    display: block;
}

.degisken {
    max-width: 900px;
    margin: 40px auto;
    position: absolute;
    overflow-y: scroll;
    height: auto;
    left: 0;
}

.buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}



.kisim {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
}

.aktif {
    display: block;
}


.footer{
    position: absolute;
    background-color: black;
    color: white;
    height: 23px;
    width: 900px;
    top: 680px;
    margin: 0 auto;
    padding: 0 ;
}

  #text {

    animation: glitch-1 2s infinite linear;
  }

  


  h2,h3{
    text-align: center;
  }

  .divider{
    height: 30px;
  }