body {
	margin: 0;
	color: white;
	font-size: 14px;
	background: rgb(10, 35, 55);
}

.s-button {
	width: 100%;
}

.cmeb-header {
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cmeb-logo {
	margin: auto;
	width: 450px;
}

@media only screen and (max-width: 782px) {
	body {
		font-size: 10px;
	}
	.cmeb-logo {
		margin: auto;
		width: 250px;
	}

	.cmeb-header {
		width: 300px;
	}
}
