/* CSS Document */
html,
body {
	font-family: "Arial", "sans-serif";
	font-size: 0.75em;
}

a {
    font-weight: 500;
    text-decoration: none;
}
p {
    text-align: center;
    margin: 1em;
    padding: 0;
}
#intro {
	text-align: center;
}
.centered {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100vh;
	text-align: center;
}
.logo {
	width: 220px;
	height: auto;
}