#map {
	border-radius:.125em;
	border:2px solid #d0d8de;
	margin: 4px 0;
	float:center;
	width:100%;
	height:700px;	
	z-index: 5;
	
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	    box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
}

#topNav {
  width: 790px;
  height: 35px;
  font-size: 15px;
  text-align: center;
  background-color: black;}

#topNav li {
  display: inline-block;}

#topNav a {
  padding: 10px 30px 10px 30px;
  font-weight: bold;
  text-decoration: none;
  color: White; }

#topNav a:hover {
  background-color: lightgray}

#body{
  width: 800px;
  background: white;
  border: 5px solid black;
  box-shadow: 0px 0px 10px 10px;
  margin: auto;}