body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
	background-color: #1e8449;
}

a {text-decoration: none;}

#map {
    flex: 1;
	width: 100%;
    height: 100%;
}

.title {
    text-align: center;
    margin: 10px 0;
    font-family: "Comfortaa", sans-serif;
	color: white;
	text-weight: 40px;
}
