@charset "utf-8";
/* CSS Document */

body{
	background-color:  #E8E3D3;
	margin: 0px 0px 0px 0px;
	
}
.ustmetin {
	background-color:#355C7D ;
	width: 100%;
	height: 50px;
	display: flex;
	position: fixed;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	left: 0px;
	margin-top: 0px;
	justify-content: center;
	text-align: center;
}
.ustmetin a{
	font-size: 14;
	padding: 10px; /* ögenin 4 kenarına da 10 px boşluk ekler */
}
a{
	text-decoration: none;
	color: #BEC0B3 ;
}

a:hover{
	text-decoration:underline;
}
.baslik {
	display: flex;
	justify-content: center;
	align-items: center;
}
.baslik p {
	margin-top: 55px;
	
}
.satir1 {
	width: 100%;
	justify-content:space-between;
	display: flex;
}
.satir1 img{
	display: flex;
	margin-right: 30px;
	width: 250px;
	height: 250px;
	border-radius: 10px;
	
}
.metin1{
	margin: 0px 10px 10px 10px;
	
}
.metin1 p{
	text-align: left;
}
hr {
	background-color:#8E44AD;
}
.satir2 {
	width: 100%;
	justify-content:space-between;
	display: flex;
}
.satir2 img{
	display: flex;
	margin-left: 10px;
	width: 250px;
	height: 250px;
	border-radius: 10px;
}
.metin2 {
	margin: 0px 10px 10px 10px;
}
.metin2 p{
	text-align: left;
}