#MyContainer{
	width:100%;
	height: 100vh;
	margin-left:auto;
	margin-right:auto;
	margin-top: auto;

	overflow:hidden;
	display: flex;
	flex-direction: column;
	background-color: #ddd;
	background-size: cover;
}
#background-image: url(./cfdrcBlueLight.png);
