body {
	margin: 10;
	padding: 0;
	background: rgb(128,64,0);
background: hsl(167,100%,86%)
color: rgb(51, 51, 51);
	line-height: 30px;
	font-size: 22px;
	font-family: arial, sans-serif;
}


#wrap { 
margin: 0 auto;
width: 350px;
max-width: 800px;
}

#header {
height: 200px;
}
#header h1 {
	padding: 35px 0 0 0;
	margin: 0;
	font-weight: bold;
	color: #FFFF00;
	font-size: 40px;
	line-height: 50px;
}
#header h2 {
padding: 0; 
margin: 0;
font-weight: normal;
color: #3f3f3f;
font-size: 25px;
}

#menu {
	height: 100px;
	line-height: 50px;
	color: #fff;
	font-size: 19px;
	background-color: #00532C;
}


#menu a{
	color: #FFF;

}




#content { background: #fff; padding:  10px 20px;}
#content h2 { padding-top: 10px; font-weight: normal; font-size: 30px; line-height: 54px;color: #383838; }
#content h3 { font-weight: normal; font-size: 21px; background: #fff88e; padding: 10px; color: red; }

#footer {
	background: #353535;
	color: #fff;
	padding: 20px 30px;
	text-align: center;
	font-size: 14px;
	font-style: italic;
}
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: #fff88e; }

.youtube-preview {
  position: relative;
  width: 100%;
  max-width: 330px;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  background-color: #000;
  margin: 20px auto;
}
.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('../images/youtube2.png'); /* şeffaf butonun yolu */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
