:root {
	--content-margin: 10vw;
}

body {
	display: block;
	font-family: "Raleway";
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

p {
	line-height: 26px;
}

a {
	color: var(--blue);
}

.content {
	margin: 16px var(--content-margin);
}

h3 {
	font-size: 48px;
	margin-top: 84px;
	margin-bottom: 24px;
}

h4 {
	font-size: 32px;
	margin: 0px;
	margin-top: 12px;
}

p {
	font-size: 20px;
}

hr {
	background: rgba(0, 0, 0, 0.2);
	height: 1px;
	border: 0;
	width: 100vw;
	margin-left: calc(-1 * var(--content-margin));
	margin-top: 84px;
}

.no-js {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: white;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 830px) {
	:root {
		--content-margin: 16px;
	}

	p {
		margin-left: 0;
		margin-right: 0;
		font-size: 16px;
	}
}
