* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;


}

body {
   
    background-color: rgb(238, 238, 238);
}



header {
    width: 100%;
    height: auto;
    

    display: flex;
    justify-content: center;
    /* Yatay ortalama */
    align-items: center;
  }
  
  
  /*.logo {
   
    margin: 14px;
    width: auto;
    height: 30px;
     Logonun yüksekliğini belirli bir değerle sınırlayın 
    display: block;
  
  }*/
  
.logo {

  margin: 8px;
  width: auto;
  height: 40px;
  display: block;

}

  .logo_img {

    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
  
  
  }



  


.button {
    font-size: 14px;
    width: 100%;
    height: auto;
    padding: 15px;

    font-family: 'Poppins', sans-serif;
    display: flex;
    border-bottom: solid 2px rgb(222, 221, 221);

    /* Yatay ortalama */



}

.back {
    display: flex;
    text-decoration: none;
    color: black;
    align-items: center;
}

.b_text {
    margin-left: 12px;
    font-size: 16px;
}

.back_icon {
    font-size: 25px;
}
















.content {
    width: 100%;
    height: auto;
    background-color: rgb(238, 238, 238);
    padding: 15px;

}


.title {
    width: auto;
    height: auto;
}

.price {
    width: auto;
    height: auto;

}

p {
    font-size: 13px;
}

.sosial_bar {
    width: 100%;
    display: flex;
 margin-bottom: 30px;
    align-items: center;
}



h5{margin-right: 5px;}
.icon_backg {
    float: left;
    margin: 0 3px 0 3px;
    width: 28px;
   
    height: 28px;
   
    background-color: white;

    display: flex;
  align-items: center; /* Dikey ortalama için */
  justify-content: center;
}

a{ text-decoration: none;
    color: black;
    font-size: 25px;

   }
  




 