#content_container
{
	width : calc(100% - 320px);

	margin : 0px;
	padding : 0px;

	margin-left : 310px;
	margin-right : 10px;

	display : flex;
	align-items : start;
	justify-content: center;

	min-height : calc(100vh - 145px);

	margin-top : 60px;
	margin-bottom : 10px;

	font-family: 'Roboto', serif;
}

#content_main
{
	width : 100%;

	margin : 0px;
	padding : 0px;

	display : flex;
	align-items : start;
	justify-content : start;
	flex-direction: column;
}