html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	touch-action: pan-y;
	overflow: hidden;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	font-family: Helvetica;
 }

#root{
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#logo{
	width: 200px;
}

#title {
	padding: 20px;
    font-weight: 900;
}

#contact{
	padding: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*line-height: 2px;*/
}

#contact-info {
		margin-bottom: 6px;
}

#contact div {
	padding: 2px;
}