body
{
	background-color: rgb(242,242,242);
}
h2
{
	color: rgb(23,44,56);
}

.btn-primary
{
	background: rgb(23,44,56);
	border-color: rgb(169,144,103);
}

.btn-primary:hover
{
	background: rgb(43,64,76);
	border-color: rgb(169,144,103);
}