
	#button {
		margin: 50px auto;
		display: table;
	}

	#button a {
		border: 1px solid #bce0ee;
		padding: 30px;
		text-decoration: none;
		background: linear-gradient(to bottom, rgba(188,224,238,1) 0%, rgba(188,224,238,1) 5%, rgba(41,184,229,1) 100%);
		color: white;
		font-family: 'Hind', sans-serif;
		font-weight: bold;
		font-size: 25px;
		border-radius: 20px;
		opacity: 0.8;
		-webkit-box-shadow: 6px 6px 3px -3px rgba(217,245,255,1), 5px 5px 7px rgba(0,0,0,0.7);
		-moz-box-shadow: 6px 6px 3px -3px rgba(217,245,255,1), 5px 5px 7px rgba(0,0,0,0.7);

		box-shadow: 6px 6px 3px -3px rgba(217,245,255,1), 5px 5px 7px rgba(0,0,0,0.7); 	
		transition: 0.2s;
		}
	
	#button a:hover {
		opacity: 1;
	}
		
	#button a:active {
		position: relative;
		left: 3px;
		top: 3px;
		box-shadow: 6px 6px 3px -3px rgba(217,245,255,1), 2px 2px 3px rgba(0,0,0,0.9); 	
	}
	
	.nacisnij
	{
		text-align: center;
		padding: 30px;
	}