body {
	background-color: #004271;
	color: #cccccc;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
		'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
		sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div.card {
	color: #424242;
}

footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	margin-left: 5px;
}