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

body{
	background-color:#E8E3D3;
	margin: 0px 0px 0px 0px;
	font-family: 'Roboto', sans-serif;
}
.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;
}
.ortabanner {
    display: flex;
    justify-content: space-between; /* Metinleri eşit aralıkla yerleştirir */
    align-items: flex-start; /* Dikey olarak başlangıç hizalaması */
    padding: 20px; /* Etrafına boşluk */
}

.ortabanner img{
	width: 400px;
	height: 350px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
}
.soliframe {
	max-width: 500px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
}
.soliframe p {
	margin-top: 0px;
	text-align: left;
	
}
.soliframe iframe{
	width: 450px;
	height: 300px;
	margin-left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
hr {
	background-color:#8E44AD;
}
.sagiframe {
	max-width: 500px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: left;
	
}
.sagiframe p{
	text-align:left;
	margin-top: 0px;
}
.sagiframe iframe{
	width: 450px;
	height: 300px;
	margin-right: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.cizgi{
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
	padding: 20px;
	
}
.cizgi img{
	
	margin: 10px 10px 0px 10px;
	
}