@charset "UTF-8";


* {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.footer { 	
/* 	text-align: center; */
	padding: 1rem;
	background-color: #333;
	color: white;

/* 	width: auto; */
/* /* 	position: fixed;  */ 
/* 	bottom: 0; */
	margin-top: 100px;
	
	text-decoration: none; /* Link altı çizgisini kaldırmak için */
	
}


.logo_x {
	margin-top:10px;
    width: 25px; /* İhtiyacınıza göre logo boyutunu ayarlayın */
    height: auto;
}