html,
body {
	height: 100%;
	margin: 0;
}

#map {
	width: 100%;
	height: 100%;
}

/*
#status-message {
	position: absolute;
	left: 0;
	right: 0;
	margin-inline: auto;
	margin-top: 20px;
	width: fit-content;
	max-width: calc(100% - 120px);
	z-index: 9999;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
}
*/

#status-message {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	width: fit-content;
	max-width: calc(100% - 140px);
	z-index: 9999;
	background-color: #fff;
	border: 2px solid #474747aa;
	padding: 10px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}