body{
	margin:0px;
	background:linear-gradient(blue,#0080FF,#66B2FF);
	color:hsl(195, 7%, 11%);

	margin:0px;
	background-image: url('img/back.jpg');
	height: 100%;

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.admin{
  margin-bottom:30px;
  margin-top:30px;	
  margin-left:300px;
  border-collapse:collapse;
  float:left;
  border-color: white;
}
.butoncss{
	height:40px;
	width:80px;
    background-color:white;
    font-weight:bold;	
	border:2px solid blue;
	margin-left:30px;
    margin-top:50px;
}

.yazi{
	font-size:15px;
	font-weight:bold;
	text-align:justify;
}
.resimcss{
	 width:190px; 
	 height:130px;
}

table{
	margin-left:-300px;
}