.headerBg{
    background: #808080
}


.resimStil {
    width: 250px;
    height: 200px;
}



.KutuTasarim {
    width: auto;
    height: auto;
    background-color: pink;
    font-size:16px;
     
}

hEtiketleri{
    color: #333;
}

pEtiketleri {
    margin-bottom: 15px;
}

.anaDiv {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
}

.tabloStil{
    border:5px solid black;
    width:150px;
}

.sagaHizala{
    display:flex;
    justify-content:right;
   
}
.solaHizala {
    display: flex;
    justify-content: left;
    
}

@media (min-width: 768px) {
       .KutuTasarim {
        width: auto;
        height: auto;
        background-color: red;
        font-size: 16px;
    }
    .resimStil {
        width: 300px;
        height: 200px;
    }
}

..kutu {
    position: static;
    left: 100px;
    top: 100px;
}

.Kutu {
    position: relative;
    left: 100px;
    top: 100px;
}

.kutuSablonu {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: lightskyblue;
    border: 2px solid black;
}

.goreceliKutu {
    position: relative;
    right: 30px;
    top: 30px;
}

.goreceKutu {
    position: relative;
    right: 40px;
}





body {
    margin: 0;
    font-family: Arial, sans-serif;
}


.social-media-panel {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.social-icon {
    display: block;
    width: 70px;
    height: 50px;
    margin: 10px 0;
    text-align: center;
    line-height: 50px;
    background-color: #ccc;
    color: white;
    border-radius: 50%;
    transition: width 0.3s ease;
    opacity: 0.7;
}

    .social-icon:hover {
        width: 120px;
        opacity: 1;
    }

    .social-icon i {
        font-size: 24px;
    }


.facebook {
    background-color: deepskyblue;
}

.twitter {
    background-color: black;
}

.instagram {
    background-color: red;
}

@media(min-width:768px)
{
    .kutuTasarim
    {
        width:auto;
        height:auto;
        background-color:white;
        font-size:16px;
    }
    .resimStil
    {
        height:300px;
        width:400px;
    }
    .kutuOlcu
    {
        width:500px !important;
    }
}
