@charset "utf-8";
/* CSS Document */
body{
	
	margin:0px;
	padding:0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}

.banner{
	width: 100%;  
	height:400px;
	display: block;
	background-image: url("k2.jpg");
	background-size: 100% 100%;
	position: absolute;
	
}

.ust_banner {
	width: 100%;
	height:50px;
	margin-bottom:10px;
	background:#C8102E;
	text-decoration-color:#EDE3E3;
	position: fixed;
	


}
.ust_benner_a{
	text-decoration: none;
	color: #F7F2F2;
	font-size: 50px;
	
}


.ust_banner img{
	
	margin-top:20px; 
	margin-bottom:0px;
	width: 30px;
	height: 30px;
	float: right;

	
}



.link_satiri{
	margin-top:50px; 
	/background-color:#375CA6;/
    position: fixed;
	
}

.link_satiri a{
	text-decoration: none;
	color:#FFFFFF;
	
	
}

.link_button{
	width:100px;
	margin:0px;
	padding:15px;
	background-color:#375CA6;
	opacity: 0.7;
    overflow: auto; 	
}

.link_button:hover{
	opacity: 0.8;
}

.icerik{
	width: 80%;
	height: 200px;
	background:#FFFFFF;
	opacity: 0.8;
	margin-top:450px;
	color:#000000;
	

	
}

.icerikmetin{
	background-color:#FFFFFF;
	width:100%;
	height:70px;
	margin-top:-50px;
	margin-left:0px;
	text-align:center;
	text-align: justify;
	
	
}

.icerik_metin_img{
	width:200px;
	height:200px;
	border-bottom-right-radius:60px;
	border-bottom-left-radius: 60px;  
	
}
	


