body {
	padding:			0;
	margin:				0;
}
a, h1, h2, h3, h4, h5, h6 {
	color:				var(--mdc-theme-primary);
}
div.template_container {
	position:			relative;
	min-height:			100%;
}
header.template_header {
	position:			relative;
	height:				auto;
}
div.template_header_title {
	position:			relative;
	top:				0;
	left:				30px;
	color:				var(--mdc-theme-primary);
	line-height:			30px;
	font-size:			2em;
	height:				auto;
}
div.template_header_title img{
	height:				200px;
}
main.template_content {
	position:			relative;
	padding:			0px 30px 60px 30px;
}
div.template_logout {
	font-size:			smaller;
	text-align:			right;
}
footer.template_footer , address {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--md-unit);
}