.mushinfo {
  font-family:garamond;
  font-size:16px;
  color:black;
  background-color: ivory;
  margin:20px;
  padding:10px;
  border-style:hidden;
  border-radius:10px;
  box-sizing:border-box;
}



.redwhitemushroom {
  width:100%;
  height:auto;
  background-color:white;
  margin:10px;
  padding:20px;
  border-style:solid;
  border:20px;
  border-radius:10px;
  box-sizing:border-box;
  
  
}

.navigation {
  font-family:garamond;
  font-size:16px;
  color:red;
  text-align:Left;
  background-color:ivory;
  margin:20px;
  padding:10px;
  border-style:hidden;
  border-radius:10px;
  box-sizing:border-box;
  
}

.flyagaricinfo {
  font-family:Times;
  font-size:16px;
  text-align:Left;
  color:red;
  background-color:ivory;
  margin:20px;
  padding:10px;
  border-style:hidden;
  border-radius:10px;
  box-sizing:border-box;
}

body {
  font-family: garamond;
  margin: 20px;
  padding: 20px;
  background-color: rgb(135, 99, 71);
  background-repeat: repeat;
  background-image: url(foresttwinkle.gif);
  text-align: center;
}