.greetmaster-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.greetmaster-content > div {
	width: 640px;
	padding: 24px 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.greetmaster-content a {
	color: var(--greetmaster-text-color);
}
.greetmaster-about-text {
	flex-grow: 1;
}
.greetmaster-about-text ul {
	margin: 0;
	padding-left: 24px;
}
.greetmaster-about-text hr {
	width: 40%;
	height: 1px;
	background-color: var(--greetmaster-text-color);
	border-width: 0;
	opacity: 0.8;
}
.greetmaster-about-title {
	font-family: 'Times New Roman', serif;
	font-size: 32px;
	padding-bottom: 8px;
	align-self: center;
}
.greetmaster-about-footer {
	align-items: center;
}