@font-face {
	font-family: "Bahnschrift";
	src: url("../fonts/bahnschrift/bahnschrift.ttf") format("truetype");
}

/* reset */

*,
*:before,
*:after {
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: inherit;
}

/* main content */

html,
body {
	font-family: "Bahnschrift", "DejaVu Sans", sans, Helvetica;
	font-size: 1.05rem;
}

body {
	height: 100vh;
	display: flex;
	flex-direction: column;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

main {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
}

.logo,
.address,
.copyright {
	width: 200px;
  text-align: center;
}

.logo {
	margin-bottom: 40px;
}

.address {
	padding-left: 1px;
	font-size: 1rem;
	font-weight: 300;
}

footer {
	text-align: center;
}

.copyright {
	padding-left: 1px;
	margin-bottom: 8px;
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 300;
	text-align: left;
}
