body{

	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	font-family: tahoma;
	font-size: 16px;
	line-height: 1.6;
}
a{
	text-decoration: none;
	color: red;
}
.kapsayici{	
			width: 1200px;
            max-width: 1200px;
            margin: 20px auto; /* Yukarıdaki boşluğu azalt */
            padding: 10px; /* Dış boşluğu küçült */
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 5px; /* Kenar yuvarlama */
            display: flex;
            align-items: center;
            flex-direction: column;
}
.baslik{
	background-color: blueviolet;
	color: white;
	width: 100%;
	display: block;

}
.resic{
	display: flex;
	margin-top: 5px;
}
.icerik{
	margin-left: 15px;
}
.imgT{
	border-radius: 5px;
	width: 300px;
	
	margin-top: 5px;

}








.whatsapp-button { position: fixed; bottom: 10px; right: 10px; z-index: 1000; background-color: #25d366; border-radius: 50%; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); padding: 2px; transition: transform 0.3s ease-in-out; } 
.whatsapp-button:hover { transform: scale(1.1); } 
.whatsapp-button img { width: 90px; height: 90px;  }


@media (max-width: 768px) {
.imgT{display: none;}
}