*{
	padding: 0px;
	margin: 0px;
  font-family: sans-serif;
}


.sadlksadasld101101010{
	width: 100%;height: auto;padding: 20px;
	background: rgb(0, 31, 64);
}

.askdlksadklink{
	box-shadow: 0 10px 30px rgba(0,0,0,0.12);
	width: 100%;background: white;border-radius: 8px;
	text-align: center;
	display: block;
	padding: 15px;
	text-decoration: none;
	color: rgb(0, 31, 64);
	font-size: 17px;
	font-weight: bold;
}

.askdlksadklink:hover{
	background: rgb(0, 31, 64);
	color: white;
	transition: 1s;
}