.arkaplan {
	background: linear-gradient(to right, rgba(0,0,0, 0.7) , rgba(0,0,0, 0.7)), url("../img/arkadaslik.jpg") fixed no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}
.ortala {
	background: #074650;
	margin-top: 150px;
	font-family: 'Roboto Condensed', sans-serif;
	border-radius: 10px;
}
@media (max-width: 700px) {
	.ortala {
		margin-top: 2rem;
	}
}
.yazirobot {
	font-family: 'Roboto Condensed', sans-serif;
}