body, html, #App {
  height: 100%;
  display: flex;
  flex-direction: column;
}

noscript {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #8bc34a;
	position: absolute;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	z-index: 1000;
}