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

	height : 75px;

	margin : 0px;
	padding : 0px;

	margin-left : 300px;
	padding-left : 10px;
	padding-right : 10px;

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

	background-color : #373a3c;

	font-family: 'Roboto', serif;
}

#footer_main
{
	width : 100%;
	height : 100%;

	margin : 0px;
	padding : 0px;

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

#footer_main p
{
	width : 100%;

	margin : 0px;
	padding : 0px;

	color : white;

	text-align : center;
}