html{
   background:url("araba1.jpg") 0 0 no-repeat fixed;
   background-size:cover;
   -webkit-background-size:cover;
   -moz-background-size:cover;
   -o-background-size:cover;
   color: -50%;
   background-color: rgba(0, 0 , 0, 0.5);
    margin:0px;
}
@font-face {
   font-family: benimFontum;
   src: url(myfont.otf);
}
p{
	text-shadow: 2px 2px;
	color:black;
	font-size:50px;
	text-align:center;
	font-family:benimFontum;
	 font-weight: bold;
	 
}
h1{
	text-align:center;
	text-shadow: 2px 2px;
	font-family:benimFontum;
	color:black;
	font-size:100px;
	border:solid gray;
	border-width:2px 0;
	padding-bottom:5px;
	
}
.ortala{
	margin: auto;
    width: 50%;
	text-align:center;
	margin-top:150px;

}
.divClass{
	background-position: center;
    background-size: cover;
	background-color: rgba(0, 0, 0, 0.6);
	opacity:0.7;
}
}
	
	
