html {
	box-sizing: border-box;
	height: 100%;
}

body {
	background: linear-gradient(to bottom, #a3bf23, #6a7539);
	background-repeat: no-repeat;
}

* {
	user-select: none;
}

h1 {
	text-align: center;
	text-shadow: -2px -1px 5px #3f60ff;
	font-size: 54px;
	margin-top: 5px;
	margin-bottom: 12px;
	color: #3f60ff;
}
h3 {
	color: #353535e6;
	font-size: 24px;
	text-align: right;
	font-style: italic;
	padding-right: 55px;
}

#map {
	width: 1100px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: dashed 1px #693b19;
	border-radius: 10px;
}

#distance {
	color: #831414;
	font-size: 45px;
	font-style: italic;
	margin: 0;
	margin-top: 10px;
	text-align: center;
	text-shadow: -1px -1px 5px black;
}