body,
html {
    height: 100%;
}

body {
    display: flex;
}

* {
	font-family: "Montserrat", sans-serif;
	font-size: 0.99em;
	line-height: 1.8em;
}

.alert {
	padding: 2em;
}

.container {
    margin: auto;
    padding: 1.5em .8em;
}

a:link,
a:visited {
	font-size: inherit;
	text-decoration: none;
}

strong {
	border-bottom: 0.1em dashed;
}


@media (max-width: 768px) {
	* {
		font-size: 0.95em;
	}
}
