body {	font-family: arial, sans-serif;
	color: #202124;
	font-size: 20px;
	line-height: 30px;
         }
h1{
	font-size: 40px; 
  line-height: 45px
	}    
  
h2{
	font-size: 27px; 
  line-height: 40px
	}    

h5 {
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	}




#wrap { 
margin: 0 auto;
width: 100%;
background: #f5f5f5;
max-width: 800px;
}


#menu {
	height: 50px;
	line-height: 50px;
	color: #00C;
	font-size: 19px;
	background-color: #CCFFFF;
text-align: center;
}


#footer {
	background: #353535;
	color: #fff;
	padding: 20px 30px;
	font-size: 13px;
	line-height: 20px;
	font-style: italic;
}




.youtube-preview {
  position: relative;
  width: 100%;
  max-width: 340px;
  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;
}
