html,body {
	height: 100vh;
	background: #202D3F !important;
	color: #f1f1f1 !important;
}

.title,
.subtitle {
	color: #f1f1f1 !important;
}

footer {
	background: #202D3F !important;
}

header {
	height: 30vh;
}

article {
	height: 50vh;
}

footer {
	height: 5vh;
}

.logo {
	max-width: 400px;
}

.title {
	font-family: 'IBM Plex Sans', sans-serif;
}

.subtitle {
	font-family: 'Heebo', sans-serif;
}

.buttons {
	margin-top: 2em;
}