* {
	font-family:Poppins, Verdana, Arial, "Times New Roman";
}

body {
	background-color:#333;
	overflow-y:scroll;
}

pre code 
{			
	background-color: #777 !important;
	border: 1px solid #ccc !important;
	border-radius:.4rem;
	display: block;
	margin:1rem auto;
	color:#deff00  !important;
	margin:0 -1rem 0 -1rem;
	padding:1rem;
}

pre code:hover {
	background-color:#555 !important;
	border: 1px solid #aaa !important;
}

#container 
{
	max-width:1280px;
	margin:1rem auto;
	padding:2rem;
}

footer, footer * 
{
	color:#eeffdd !important;
}

footer, footer * {
	font-size:.8rem;
	text-decoration:none !imporant;
}

* {
	color:#eeffdd !important;
}

h1, h2, h3, h4 { color:#deff00 !important; font-weight:normal; }

h2 { font-size:2.4rem; }

h3 { font-size:1.6rem; }

h4 { font-size:1.2rem; }

h5 { font-size:1rem; font-weight:bold !important; }

p  { font-size:1rem !imporant; line-height:1.2rem !important; }

.nav-item .active, .nav-link .active {
	font-weight:bold;
}

code, pre {
	padding:1rem;
}
