body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#map {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

h1 {
	font-size: 20px;
	line-height: 30px;
}

h2 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #0273a9;
}

#console {
	position: absolute;
	margin: 10px;
	width: 300px;
	background-color: white;
	padding: 10px 20px;
}

.session {
	margin-bottom: 20px;
}

.sign {
	margin-top: 85px;
	text-align: center;
}

.row {
	height: 12px;
	width: 100%;
}

.colors {
	background: linear-gradient(
		to right,
		#0273a9,
		#e6bc59,
		#8b88b6
	);
	margin-bottom: 5px;
}

.label {
	width: 32%;
	display: inline-block;
	text-align: center;
}

.heart {
	font-size: 20px;
}