/*
 *	Global
*/

html {
	width: 100%;
	height: 100%;
	font-family: Menlo, Consolas, Monaco, monospace;
	font-size: 100%;
	color: #5898BA;
	display: flex;
	justify-content: center;
	align-items: center;
	}

h1 {
	text-align: center;
	margin: 0;
	}

p {
	margin: 0;
	}
