@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Lemon&family=Oswald:wght@300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
}

body{
    width: 100vw;
    min-height: 100vh;
    background-image: url("../asset/background.jpg");
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    overflow-y: scroll;
}

.bannerarea{
    width: 100vw;

}

.banner{
    max-width: 700px;
    width: 100vw;
}

.banner-yarim{
    width: 49vw;
    display: inline-block;
}

.infoarea{
    max-width: 700px;
    margin-top: 20px;
    text-align: center;
}

.site-header{
    font-size: 50px;
    color: #07f;
    text-transform: uppercase;
    font-family: "Bangers",Sans-serif;
}

.site-header-alti{
    color: white;
    font-weight: lighter;
    font-family: "Oswald", sans-serif;
}

.infoarea-social{
    margin-top: 10px;
    text-align: center;
}

.infoarea-social-text{
    color: white;
    font-weight: inherit;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.infoarea-social-text:not(:last-child):after{
    content: " | ";
    margin-left: 4px;
    margin-right: 3px;
}

.infoarea-social-text svg{
    width: 15px;
    height: 15px;
    margin-right: 1px;
    cursor: pointer;

}

.bannerarea-bot{
    margin-top: 10px;
}


.kutucuklar{
    margin-top: 25px;
    margin-bottom: 20px;
    max-width: 700px;
}


.kutucuklar-top{
    margin-top: 10px;
    margin-bottom: 0;
}


.kutucuklar-bot{
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    max-width: 100vw;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.kutucuk{
    width: 30vw;
    margin-top: 10px;
    left: 0;
    max-width: 200px;
}