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

body{
	background-color:  #E8E3D3;
	margin: 0px 0px 0px 0px;
	font-family: 'Roboto', sans-serif;
}
p{
	text-align: center;
}
	
.ustmetin {
	background-color:#C2C2C2 ;
	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 */
}
.ustbanner{
	width: 100%;
	height: 350px;
	left: 0px;
	margin-bottom: 40px;
}
.ustbanner img{
	width: 100%;
	height: 350px;
	margin: 0px 0px 50px 0px;
	
}

.resim img{
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 300px;
	height: 300px;
	margin: 10px 25px 10px 90px;
	
}
.resim p{
	text-align: center;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}
table{
	width: 100%;
	table-layout: fixed; /* hücre genişliği sabitlemesi için */ 
}
td {
	width: 33.33%;
	vertical-align: top;
}