/* CSS Document */

body {
	
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: #031321;
	font-family: monospace;
}
a{
position: relative;
display: inline-block;
	padding: 15px 30px;
	color: #0f0;
/*	text-transform: uppercase; */
	letter-spacing: 4px;
	text-decoration: none;
	font-family:"averia-serif-libre";
	font-style:normal;
	font-size: 12px;
	overflow: hidden;
	transition: 0.3s;
	
}
a:hover {
	
	color: #255784;
	background: #0f0;
	box-shadow: 0 0 10px #0f0, 0 0 40px #0f0, 0 0 70px #0f0;
	transition-delay: 0.2s;
	
	
}
#text {

color: black;
text-align: center;
font-family:"Courier New";
font-size: 12px;	
}
#baslik {
color: black;
text-align: center;
font-family:"Courier New";
font-size: 14px;	
	
}
.kutu{
text-align: center;
font-family:"Courier";
}