#homebutton {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 40px;
	margin-top: 5px;
	font-weight: bold;
}

div:not(.color-theme-2) #homebutton {
	color: black;
}


div.color-theme-2 #homebutton {
	color: white;
}

.markdown-section img.bordered {
	border: 1px solid black;
}