body {
	display: flex;
	flex-direction: column;
}

content {
	flex-direction: column;
	gap: 3em 0;
}

content>div {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-evenly;
	align-items: center;
}

links {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1em;
}

links a {
	padding: .1em 1ch;
	background-color: black;
	width: max-content;
	border: #f0d solid;
	border-radius: 1em;
	margin: 0.25em;
	color: white;
}