.linkboda{
	border: 2px solid #2A0088;
	text-decoration: none;
	color:  #2A0088; 
	font-size: 20px;
	font-family: 'gilroyblack';
	display:flex;
	margin:auto;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 1.2;
	transition: all 0.3s ease;
	padding: 2px 10px;
	text-align: center;
	width: 270px;

}
.textoboda{

	text-decoration: none;
	color: #2A0088;
	text-align: center;
}

.linkboda:hover{
background-color:  #2A0088; 
}
.textoboda:hover{
	
	text-decoration: none;
	color: #FFD51C;
	text-align: center;
}
