
a {
 text-decoration: none;
  }
  
  
/* STORY İCONLAR POZİSYONLARI */
@media screen and (max-width:850px) { 
.story-m{ 
  position:relative;
  display: flex;
  align-items: center;
  justify-content: center;
} }

@media screen and (min-width:850px) { 
.story-p{ 
  position:relative;
  display: flex;
  align-items: center;
  justify-content: center;
} }
/* STORY İCONLAR POZİSYONLARI */



/* STORY İCONLAR KENDİ ARA BOŞLUK MESAFESİ */
@media screen and (max-width:850px) { 
.story_icon_yerlesimi-m { 
 margin: 7px;

} }

@media screen and (min-width:850px) { 
.story_icon_yerlesimi-p { 
 margin: 30px;
} }
/* STORY İCONLAR KENDİ ARA BOŞLUK MESAFESİ */



.story_icon_yerlesimi {
    float: left;
    display: inline-block;
	ffont-weight: bold;

    color: #000;
	ttext-shadow: 1px 1px 1px black, 0 0 1em black;	
	font-family: system-ui, sans-serif;
}




/* UZUN YAZILARI KISALTMAK İÇİN CSS */
.metin_ayar {
 width: 75px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}
/* UZUN YAZILARI KISALTMAK İÇİN CSS */










