@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'Font Awesome';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("fontawesome/webfonts/fa-regular-400.ttf") format("truetype"); }

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	font-family: 'Libre Franklin';
	font-weight: 300;
	color: #444444;
	font-size: 10pt;
	background-color: #eeeeee;
}

h1 {
	display: none;
}

main {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

img#logo {
        margin: auto;
	width: 20%;
	min-width: 200px;
}

a#contact:link,
	a#contact:visited,
	a#contact:active,
	a#contact:hover {
	display: block;
	margin: 20px auto;
	padding: 10px;
	text-decoration: none;
	border-radius: 5px;
	transition: ease 0.375s;
}

a#contact:link {
	color: #346295;
}

a#contact:hover {
	color: #1C4D84;
	background-color: #ffffff;
}

a#contact::before {
	font-family: 'Font Awesome';
	content: '\f0e0';
	margin-right: 0.75rem;
}
