body {
	background-color: #FDD806;
	color: black;

	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.top-spacing-100 {
	margin-top: 100px;
}
