body {
	margin: 10;
	padding: 0;

background: hsl(167,100%,86%)
color: rgb(51, 51, 51);
	line-height: 30px;
	font-size: 22px;
	font-family: arial, sans-serif;
	background-color: rgb(235,237,254);
}

 .youtube-preview {
	position: relative;
	width: 100%;
	max-width: 330px;
	aspect-ratio: 16 / 9;
	cursor: pointer;
	background-color: #000;
	margin: 20px auto;
	color: #FFF;
}
.youtube-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	 
}


/* PLAY BUTONU */
.youtube-preview::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px; /* buton boyutu */
  height: 56px;
  transform: translate(-50%, -50%);
  background-image: url('https://www.agizkokusu.tr/images/youtube2.png'); /* şeffaf butonun yolu */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

#wrap {
	width: 90%;
	max-width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	color: #003300;
	background-color: #FFFFFF;
}
h1  {
	padding: 35px 0 0 0;
	margin: 0;
	font-weight: bold;
	color: #00007D;
	font-size: 50px;
	line-height: 60px;
}

#menu {
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 19px;
	background-color: #003680;
}

#content { background: #fff; padding:  10px 20px;}
h2  {
	padding-top: 10px;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	color: #383838;
}
#parlak  {
	font-weight: normal;
	font-size: 21px;
	padding: 10px;
	color: red;
	background-color: #FFFDCE;
}

#footer { 
background: #353535;
color: #fff;
padding: 20px 30px;
text-align: center;
}

#footer a{ 

color: #fff;
text-align: center;
}



#arabasamak{
	color: #0;
	background-color: #FFE1F1;
 }
