#statute
{
	
}

#statute h1, h2, h3, h4
{
	box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.5);
	padding: 20px;
}

#button_registration
{
	font-size: 160px;
	font-family: encient german gothic;
	text-shadow:  0px 10px 10px rgb(0, 0, 0, 0.8); 
	font-variant: normal;
	text-decoration: none;
	transition-duration: 0.1s;
	color: white;
}

#button_registration:hover
{
	text-shadow:  0px 5px 5px rgb(0, 0, 0, 0.8); 
	font-size: 159.5px;
}
	
#button_registration:active
{
	color: #33ccff;
	text-shadow: 0px 0px 150px #33ccff; 
}