body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 1em;
	background-color: #fff;
	color: #222;
	line-height: 1.5;
}

address span {
	display: block;
}

a {
	color: #99ca37;
	text-decoration: none;
	border-bottom: 1px dotted #99ca37;
	transition: transform 500ms easy-in-out;
}

a:hover, a:focus,
a:focus-within {
	transform: scale (1.25);
}

.content {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -3em;
}