body {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
#mapapp {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
}
