a {
	transition: all 0.3s ease;
}
a:hover {
	trans
}
.gumb {
	background-color: green;
	display: inline-block;
	color: white;
	padding: 10px 20px;
	font-size: 30px;
  	text-align: center;
	text-decoration: none;
	border-radius: 10px;
}
