
p{
	font-size: 30px;
	padding-left: 5px;

}
.sekme{
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}
.baslik{

width: 95%;
font-size: 50px;
color: white;
padding-top: 20px;
font-weight: bold;
height: 200px;

}
div[id="birinci"]{
	background: green;
	height: 200px;
	border-radius:  7px;
	text-align: center;
	padding-top: 50px;
font-size: 50px;
}
img{
	height: 1000px;
	width: 95%;
	object-fit: contain;
	margin-top: 10px;
   

}
a{
	text-decoration: none;
}
	.text{
		width: 95%;
		height: 120px;
		border: 10px solid #F47428;
		font-size: 30px;
		padding-left: 10px;
		border-radius: 7px;
	}
	input[type="text"]:focus{
		font-weight: bold;
		color: black;
	}
	.arama{
		margin-top: 20px;
		width: 95%;
		height: 120px;
		background-color: green;
		font-size: 30px;
		color: white;
		margin-left: 10px;
	}
	input[type="submit"]:active{
		background-color: darkgreen;
	}
	.filtre{
		font-size: 30px;
		width: 100%;
		height: 120px;
		margin-top: 50px;
		margin-left: 10px;
		padding-left: 10px;
	}
	.filtrebuton{
		font-size: 30px;
		width: 100%;
		height: 120px;
		margin-top: 20px;
		background-color: green;
		color: white;
		border-radius: 7px;
		margin-left: 10px;
	}