* {
    font-family: Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.5em;
    font-size: 1.10rem;
}
h1 {
    font-size: 1.80rem;
    line-height:1.1em;
    font-weight: normal;
}
h2 {
	display: inline;
    font-size: 1.60rem;
    line-height:2em;
    font-weight: normal;
	border-bottom: 4px solid #b2ff59;
	box-shadow: inset 0 -10px 0 #b2ff5987 !important;
}
/* h2:hover {
	border-bottom: 8px solid #B2FF59;
} */

p {
	color: #444;
}
a {
	color: green;
}
#header, #header>* {
    font-size: 1.20rem;
	color: #888;
}
body {
    background:#EEE;
}
#last-updated, #last-updated>*  {
    color: #888;
    font-size: 0.90rem;
}
#container {
	margin:auto;
	max-width:990px;
	min-height:100%;
	padding: 10px 0 0 0; 
	background:linear-gradient(to left, #00C853, #B2FF59);
}
#main {
	padding:10px;
	background:#FFF;
	min-height:100%;
}

@media (min-width: 992px) {
	#container {
		max-width:990px;
	}
	#main {
		padding:40px 40px 20px 100px;
	}
	h1 {
		font-size: 2.75rem;
	}
	#header, #header>* {
		font-size: 1.45rem;
	}
}
	
