a.btn-success {
	background: #3c534a;
}

a.btn-info {
background: #966185;
}

html {
background: #1a525f;
}
body {
background: #1a525f;
}
footer {
color: #f7eae9;
}
footer > a {
color: #f3b539;
}
footer > a:hover {
color: #966185;
    text-decoration: underline;
}