body{
    background: #f7f7f7;
    font-family: 'Roboto Slab', serif;
}

.body_area{
    display: flex;
    justify-content: center;
    height: 95vh;
}

.content{

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

img{
    width: 40%;
    margin-bottom: 4rem;
}

h2{
    font-size: 35px;
}

.footer{
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #00000091;
    text-align: center;
}

a{
    color: #111;
}
#kvkk_img{
    width: 32%;
}

@media (max-width: 900px){
    img{
        width: 65%;
    }

    #kvkk_img{
        width: 55%;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
}

@media (max-width: 550px){
    h2{
        font-size: 25px;
    }

    #kvkk_img{
        width: 60%;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}

li{

    text-decoration: none;
    font-weight: 500;
    line-height: 3rem;
}

.kvkk_header{
    margin-bottom: 2rem;
}

