.ButtonClass{
  background-color: grey;
  padding: 10px;
  border-style:outset;
  border-radius: 5px;
  border-color: darkgray;
  text-decoration: none;
}

.BreadcrumbClass{
  background-color: darkolivegreen;
  padding: 5px 10px 5px 10px;
  border-radius:  5px 50px 50px 5px;
  box-shadow: 5px 5px 8px olive;
  text-decoration: none;
  color: white;
}
#container{
  background-color: tan;
  min-height: 100vh;
  margin:0;
  padding:15px;
}

#container h1{
  color:darkolivegreen;
}

#Panel1ID {
	background-color: darkolivegreen;
	color: white;
}

#Panel2ID {
	background-color: white;
	color: black;
}
