@charset "UTF-8";

a,
button {
	-moz-transition: 	all .5s;
	-webkit-transition: all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}
