html {
	background-color: var(--color-main-background);
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body,
html {
	height: 100%;
}

@media only screen and (min-width: 46.85em) {
	.contentLayout--wrapper {
		width: 68%;
		margin: 0 auto;
	}
}
