#body {
	background-color: #0f0f0f;
	height: 100vh;
}

#mapContainer {
	margin-left: 0px;
	margin-right: 0px;
}

#textContainer {
    width: 100%;
	height: 15vh;
	color: white;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    align-items: center;
    justify-content: space-around;
    display: flex;
    float: none;
}

.btn-group.special {
	display: flex;
}