*{
    list-style-type: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
body{
    background-color: #0E300E;
    color: #DEE2B1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100svh;
}

@font-face {
    font-family: "League Spartan";
    src: url(fonts/LeagueSpartan-Bold.ttf);
}
@font-face {
    font-family: "TT Chocolates";
    src: url(fonts/TT\ Chocolates\ Trial\ ExtraLight.otf);
}

.header{
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-color: #0E300E;
}

.gencisi{
    font-family: "League Spartan";
    letter-spacing: -1px;
    font-size: 6vh;
    transform: translateY(-2px);
}
.medya{
    font-family: "TT Chocolates";
    letter-spacing: 4px;
    font-weight: 100;
    position: absolute;
    transform: translateY(24px);
    font-size: 1vh;
}


