body {
  background-color: rgb(200, 200, 200);
}

h1 {
  text-align: center;
  text-decoration: underline overline;
  color: rgb(100, 100, 100);
}

h2 {
  text-align: center;
  color: rgb(100, 100, 100);
}

h3 {
  color: rgb(100, 100, 100);
}

p {
  margin-left: 200px;
  margin-right: 200px;
  text-indent: 4em;
  color: rgb(100, 100, 100);
}

li {
  color: rgb(100, 100, 100);
  margin-left: 200px;
}

footer {
  font-size: 10px;
  color: rgb(100, 100, 100);
}

.bread_uses {
  color: rgb(100, 100, 100);
}

#map {
  height: 300px;
  width: 30%;
}
