body, button, input, select, textarea {
	font-size: 0.95rem;
    line-height: 2;
	color: #333333;
}

h2, h3, h4, h5 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.lead {
	font-size: 1.15rem;
    font-weight: 400;
}

pre {
	border: 2px solid #777777;
    border-radius: 8px;
	background-color: #333;
	color: #00bb00;
}

code {
	padding: 5px;
	line-height: 1.6;
}
