
blockquote > h1.top, 
blockquote > h2.top, 
blockquote > h3.top, 
blockquote > h4.top, 
blockquote > h5.top, 
blockquote > h6.top {
    margin-top: 6px;
}

body{
	background-color: #0a0a0a;
}

blockquote footer{
	color: #6c1c1c;
}

a{
	color: #b73333;
}
a:focus, a:hover{
	color: #7c2323;
}

.text-light, .text-white{
	color: #dcdcdc;
}

.ml-2 {
    margin-left: 8px;
}

.mr-2 {
    margin-right: 8px;
}

.mt-2 {
    margin-top: 8px;
}

.mb-2 {
    margin-bottom: 8px;
}
.mb-4 {
    margin-bottom: 16px;
}