body {
	background-color: #E60213;
	color: white;
	font-family: "Roboto", serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Anek Bangla", serif;
}

h1 {
	font-weight: 600;
}

a {
	color: #e60213;
}

.images {
	background: #d70010;
}

.images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 30px;
}

.images > div {
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
.images > div:last-child {
	border-left: 2px solid #ffffff;
}
.images > div:nth-child(-n+3) {
	border-top: 2px solid #ffffff;
}
.images > div:nth-child(3n+1) {
    border-left: none;
}

.hero-body {
	max-height: 400px;
}

.hero-body > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 400px;
}

.empty {
	padding-top: 3em;
	padding-bottom: 4em;
}

.working-titles-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.working-titles-list > li {
	list-style-type: none;
	text-align: center;
}

.footer-links {
	display: flex;
	justify-content: center;
}

.footer-links > li {
	margin-left: 0.5em;
}