@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
	color: #212121;
	font: normal 1rem Raleway,sans-serif;
	font-weight: 300;
    font-size:1rem;
    line-height:1.2em;
}

html,html body{
	height:100%;
	background: #FFF;
}

h1{
	color:#0099FF;
	font-size:1.6rem;
	font-weight:500;
	margin:1rem 0;
}
div{
	padding:1rem;
}
.an_gradient{
	background: #00B0F9; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #0090FF, #64DB99); 
    background: -o-linear-gradient(right, #0090FF, #64DB99);
    background: -moz-linear-gradient(right, #0090FF, #64DB99);
    background: linear-gradient(to right, #0090FF, #64DB99);
}
ul{
	margin:1rem 2rem 1rem;
}