html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans,
		Droid Sans, Helvetica Neue, sans-serif;
	color: #172b4d;
	font-size: 14px;
	overflow-y: auto;
	line-height: 1.7em;
}

#root {
    height: 100%;
}
