html {
    overflow-y: scroll;
}

body {
	font-family: 'Times New Roman', Times, serif;
}

h1, h2 {
	font-size: 3rem;
}

.blockquote-footer {
	font-size: 2.25em;
}

.mur-tag {
	margin-right: 1rem;
	margin-bottom: 1rem;
}

tr.clickable:hover {
	cursor: pointer;
}

.thumbnail {
	max-width: 33%;
}

p.with-img {
    text-align: center;
}

img.in-article {
    padding-left: 0;
	padding-right: 0;
    width: 100%;
    max-width: max-content;
}

.page-item.active .page-link {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #fff !important;
}