@import url('https://fonts.googleapis.com/css?family=Quicksand');


body.admin { 

	min-height: 500px; 

	padding-top: 50px; 

	padding-bottom: 50px; 

			} 

	.m-t-1em { margin-top:1em; } 

	.m-r-1em { margin-right:1em; } 

	.m-b-1em { margin-bottom:1em; } 

	.m-l-1em { margin-left:1em; } 

	.mt0 { margin-top:0; }



 select.no-arrow {

			 	-moz-appearance: none; 

			 	-webkit-appearance: none; appearance: none; 

 				}



 .vertical-center { 

			 	min-height: 100%; 

			 	min-height: 100vh; 

			 	display: flex; 

			 	align-items: center; 

                  }



 .link1{ 

 text-decoration: none; 

 color: white; 

 }

 

.link1:hover{ 

	text-decoration: none; 

	color: yellow; 

	}

	

p.firsat{ 

	margin: 0; 

	padding: 0; 

	}

	

.baslik{ 

	font-family: 'Quicksand', sans-serif; 

	}  





  .kutu{

    background-color: red;

    width: 150px;

    height: 150px;

    margin: 5px;

    float: left;

	color: white;

  }

  .kutu1{

    background-color: blue;

    width: 150px;

    height: 150px;

    margin: 5px;

    float: left;

	color: white;

  }

                