body {
    box-sizing: border-box;
    margin: 0;
    background-color: rgb(110, 66, 8);
}
* {
    box-sizing: border-box;
}
@font-face {
    font-family: StintUltraCondensed-Regular;
    src: url(StintUltraCondensed-Regular.ttf);
}
div.karsılama {
    text-align: center;
    font-size: 50px;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
}
ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: orangered;
}
div.upsticky {
    position: sticky;
    top: 0px;
    z-index: 1;
}
li {
    float: left;
}
li a, .dropbtn {
    display: inline-block;
    color: white;
    padding: 14px 16px;
    text-align: center;
    text-decoration: none;
}
li a:hover:not(.active), .dropdown:hover .dropbtn {
    background-color: rgb(255, 145, 105);
}
li a.active {
    background-color: rgb(204, 13, 13);
}
li.dropdown {
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 14px 16px;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: rgb(255, 145, 105);

}
.dropdown:hover .dropdown-content {
    display: block;
}
ul li:last-of-type {
    float: right;
}
div.baslık {
    font-family: StintUltraCondensed-Regular;
    text-align: center;
    font-size: 80px;
    color: white;
    text-shadow: 2px 2px 2px black;
    padding: 20px;
    background: url(media/ateste_pisenler.png) left bottom no-repeat;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 550px){
    div.upsticky  li a, .dropbtn {
        padding: 15px 7px;
        font-size: 10px;
    }
    div.upsticky li a.active {
        padding: 15px 22px;
    }
    div.baslık {
        text-align: center;
        font-size: 40px;
        color: white;
        text-shadow: 2px 2px 2px black;
        padding: 20px;
        background: url(media/ateste_pisenler.png) left bottom no-repeat;
        background-size: contain;
        background-color: rgba(255, 255, 255, 0.2);
        padding-left: 100px;
    }
}
.grid-container {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: 100px auto;
    gap: 0px;
    background-color: orangered;
    padding: 0px;
}
.grid-container > div {
    background-color: orange;
    border: 1px solid whitesmoke;
    padding: 4px;
    font-size: 10px;
    text-align: center;
}
.item1 {
    grid-area: 1 / 1 / span 1 / span 4;
}
.item1 button {
    border-radius: 20px;
    background-color: rgb(250, 84, 24);
    padding: 1px 3px;
    display: inline-block;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px black;
    color: whitesmoke;
    box-shadow: 0 4px 4px black;
}
.item1 button:hover {
    background-color: orangered;
}
.item1 button:active {
    background-color: rgb(194, 54, 4);
    box-shadow: 0 2px 4px black;
    transform: translateY(2px);
}
#item1-2 {
    font-size: 15px;
}
.item9 {
    grid-area: 2 / 2 / span 2 / span 3;
}
.item10 {
    grid-area: 4 / 2 / span 5 / span 3;
}
.item11 {
    grid-area: 9 / 1 / span 1 / span 2;
}

.item14 {
    grid-area: 10 / 1 / span 1 / span 4;
}
#tbone {
    width: 60%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0px 10px 20px black;
}
.item10 div {
    border-radius: 20px;
    padding: 20px;
    font-size: 15px;
    color: whitesmoke;
    background-color: black;
    
}
.item10 button {
    border-radius: 20px;
    background-color: rgb(250, 84, 24);
    padding: 10px 30px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px black;
    color: whitesmoke;
    box-shadow: 0 9px 4px black;
}
.item10 button:hover {
    background-color: orangered;
}
.item10 button:active {
    background-color: rgb(194, 54, 4);
    box-shadow: 0 5px 4px black;
    transform: translateY(4px);
}
