body {
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: 'Lato', sans-serif;
	cursor: default;
	color: #555
}

.no-select {
	-webkit-touch-callout: none;
 	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container {
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
}
.wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 200px;
}

.links a {
	font-size: large;
	padding: 10px;
	text-decoration: none;
	color: #555;
}

.firstname {
	color: #4285F4;
	display: inline-block;
}

.description {
	font-size: 120%;
	margin-bottom: 20px;
}
