body{
	background-color: #588f68;
	margin: initial;
}
.container-main {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #77c68d;
	border: 3px double #5c8166;
	border-radius: 8px;
	width: 1100px;
	margin: auto;
	margin-top: 24px;
}
.content {
	width: 1000px;
	margin: auto;
	text-align: center;
	word-wrap: break-word;
	margin-bottom: 1em;
}
