:root {
	--main-font: Montserrat, Arial, Monospace;
}

body {
	background-color: white;
	color: black;
	height: 100%;
}

.font_header {
	font-family: var(--main-font);
	font-weight: bold;
	font-size: 30pt;
	border-bottom: 2px solid black;
	height: 60px;
	white-space: nowrap;
}

.font_data {
	font-family: var(--main-font);
	font-weight: normal;
	font-size: 18pt;
	border-bottom: none;
	min-height: 30px;
	padding-top: 15px;
	white-space: nowrap;
}

.font_data_small {
	font-family: Arial, Monospace;
	font-weight: normal;
	font-size: 14pt;
	border-bottom: none;
	min-height: 25px;
	padding-top: 15px;
	white-space: nowrap;
}

.copyright_footer {
	font-family: Arial, Monospace;
	font-weight: normal;
	font-size: 10pt;
	color: gray;
	white-space: nowrap;
	position: fixed;
	bottom: 10px;
}



.font_link {
	text-decoration: none;
	color: black;
}

.font_link:hover {
	border-bottom: 1px solid grey;
}





