body {
	background-color: white;
	margin: 0;
	overflow-x: hidden;
}
main {
	margin-left: 2rem;
	padding-top: 20px;
	padding-bottom: 80px;
	overflow-y: auto;
	height: 100vh;
	box-sizing: border-box;
}
img {
	height: 180px;
	float: left;
	position: relative;
}
h1 {
	padding-left: 2px;
	font-size: 1.3rem;
	line-height: 20px;
	font-weight: normal;
}
p {
	padding: 0px;
	margin: 0px;
	font-size: .9rem;
	color: #2c2c2b;
}
a {
	color: black;
}
h4 {
	padding: 0px;
	margin: 0px;
	font-size: 1rem;
	color: #2c2c2b;
}
.gallery-container {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	gap: 2rem;
	width: 100%;
	height: auto;
	padding-bottom: 3rem;
}
div.gallery {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 320px;
	box-sizing: border-box;
}
div.gallery img {
	width: 100%;
	height: auto;
}
.desc {
	border: solid 0.5px;
	float: left;
	max-width: 190px;
	padding: 10px;
	padding-bottom: 7px;
	margin: 0.7rem 0 0 0;
	background-color: white;
	font-size: 0.8em;
	line-height: 1.2rem;
}
#parent {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	/* Ensures all items stretch to the same height */
	width: 100%;
}
#home {
	width: 100px;
}
#home p {
	text-align: center;
	border: 4px double white;
	max-width: 65px;
	min-width: 65px;
	padding: 6px;
	margin-bottom: 2rem;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: #2c2c2b;
}
#home a {
	text-decoration: none;
}
#card {
	flex-grow: 1;
	padding: 6px;
	border: 0.5px solid;
	max-width: 450px;
	min-width: 150px;
	margin-bottom: 2rem;
	height: auto;
	text-align: center;
	margin-right: 1.5rem;
}
#sources {
	width: 100px;
	margin-right: 1.5rem;
}
#sources p {
	text-align: center;
	border: 4px double white;
	max-width: 75px;
	min-width: 75px;
	padding: 6px;
	margin-bottom: 2rem;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: #2c2c2b;
}
#sources a {
	text-decoration: none;
}