#map {
	height: 400px;
	width: 100%;
}
.get-directions {
	margin-top: 5px;
	display: inline-block;
	padding: 5px 10px;
	background-color: #007bff;
	color: white;
	border: none;
	cursor: pointer;
	text-align: center;
}
.get-directions:hover {
	background-color: #0056b3;
}
#error-message {
	color: red;
	margin-top: 10px;
}