.content-section {
	position: relative;
	top: 88px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	scroll-behavior: auto;
}

.disclaimer-color {
	background-color: #1e1f26;
	color: #ffffff;
}

.disclaimer-fill {
	fill: #1e1f26;
}

.content-color {
    background-color: #1e1f26;
    color: #ffffff;
}

.content {
	margin: 0 auto;
	width: auto;
	max-width: 600px;
	text-align: center;
}

.content-container {
	margin: auto;
	width: auto;
	max-width: 1920px;
}