body {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #f5f5fa;
}

.container {
	margin: 0 auto;
	height: 100vh;
    width: 90vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    resize: vertical;
    overflow: auto;
    justify-content: center;
}

.align-center {
	text-align: center;
}

.logo {
	display: inline-block;
	max-width: 320px;
	height: auto;
	margin-bottom: 1.5rem;
}

p {
	line-height: 1.5rem;
}

.small {
	font-size: .95rem;
}
