body{
	margin:0;
	background: darkgray;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

p{
	margin:0;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}

.noMargins{
	margin:0;
}

.slidecontainer {
	text-align: center;
}

.slider{
	margin-top: 20px;
}

#verticalButtons{
	//text-align: center;
	display: flex;
	margin-left: 0px;
	//margin-right: 20px;
	flex-direction: column;
	width: 230px;
}

button{
	width: 200px;
	border: none;
	border-radius: 10px;
	margin: 4px 4px 20px 4px;
	cursor: pointer;
	font-size: 100%;
}

button:hover{
	background:rgb(167, 155, 128);
}

#networkCanvas{
	background: black;
}
#carCanvas{
	background: lightgray;
}