html{
	min-height: 100%;
	background-color: rgb(77,150,249);
	background-image: radial-gradient(#4D96F9, #0E54B3);
	background-image: -webkit-radial-gradient(#4D96F9, #0E54B3);
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: 'Roboto', sans-serif;
	color: white;
	-webkit-font-smoothing: antialiased;
}

html,body{
	margin: 0px;
}

a{
	color: rgb(200,200,200);
	color: rgba(255,255,255,0.65);
	text-decoration: none;
}

a:hover{
	color: white;
}