.container {
	background-color: #2b303a;
	color: #58a4b0;
	display: flex;
	flex: 1;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	text-align: center;
	height: 100vh;
	width: 100vw;
	font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

body {
	background-color: #2b303a;
}

.row {
	flex: 1;
	flex-direction: row;
	justify-content: space-around;
}
p + h1 {
	color: #58a4b0;
}

a {
	color: #58a4b0;
	text-decoration: none;
}
a:visited {
	color: #58a4b0;
	text-decoration: none;
}
.row + a {
	color: white;
}
.row + a:visited {
	color: white;
}
