.custom-container {
	/* background-color: #285A20; */
	background-color: white;
}
.custom-box {
	margin-right: auto;
	margin-left: auto;
    margin-top: 80px;
	border: 4px solid #4C678F;
    border-radius: 8px;
	background-color: white;
	width: 800px;
}
