body {
	background-color: #f5f5f5;
	padding-left: 1rem;
}

img[alt="Picture of Chris Ki"] {
	border-radius: 0.75rem;
}

section.container {
	margin-bottom: 3rem;
}

.updates-scroll {
	height: 4.5rem;
	overflow-y: hidden;
	border: 0.0625rem solid #ddd;
	border-radius: 0.625rem;
	padding: 0.75rem 1rem;
}

.updates-scroll:hover {
	overflow-y: auto;
}

.updates-scroll ul {
	margin: 0;
	padding-left: 1.25rem;
}

.updates-scroll li {
	margin-bottom: 0.6rem;
}

.update-date {
	font-size: 0.85em;
	color: #666;
	margin-right: 0.4rem;
}
