:root {
	--footerHeight: 3rem;
}

h1,
h2,
h3 {
	font-weight: 300;
}

main {
	padding-bottom: var(--footerHeight);
}

.button {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	min-width: unset;
	height: 2rem;
	padding: 0;
	-ms-flex-preferred-size: 3.4rem;
	    flex-basis: 3.4rem;
}

.demo article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0.5rem 0 1.5rem 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.demo section {
	font-size: 0.9em;
	min-width: 40%;
}

.listItem {
	min-height: 2.8em;
}

.listItem_text {
	margin: 0;
	margin-right: auto;
}

.listItem_text p {
	margin-top: 0.4em;
	margin-bottom: 0;
}

.listItem_text_subtitle {
	font-style: italic;
	color: var(--lighterNeutral);
	font-size: 0.9em;
	margin-right: 1rem;
}

.subtitle {
	color: var(--lighterNeutral);
	font-size: 1em;
	margin-top: 0.4rem;
	margin-bottom: 2rem;
}

.footer {
	padding: 0.8rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	margin: 0;
	font-size: 0.9rem;
}

.innerContainer {
	max-width: 800px;
}

@media (max-width: 500px) {
	:root {
		--footerHeight: 3.6rem;
	}
}
