.rob {
	border-radius: 25px;
	margin: 0px;
	padding: 0px;
	background-image: linear-gradient(bottom, rgb(27,57,90) 0%, rgb(45,96,151) 54%, rgb(59,132,205) 77%);
	background-image: -o-linear-gradient(bottom, rgb(27,57,90) 0%, rgb(45,96,151) 54%, rgb(59,132,205) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(27,57,90) 0%, rgb(45,96,151) 54%, rgb(59,132,205) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(27,57,90) 0%, rgb(45,96,151) 54%, rgb(59,132,205) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(27,57,90) 0%, rgb(45,96,151) 54%, rgb(59,132,205) 77%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(27,57,90)),
	color-stop(0.54, rgb(45,96,151)),
	color-stop(0.77, rgb(59,132,205))
	);
	font-family: Verdana, Geneva, sans-serif;
	
}
