.mm-pane {
  background-color: #f1d6a9;
}

.mm-header-pane-left {
  background-color: #f1d6a9;
  border-bottom: 1px solid #512803;
  border-radius: 20px 0px 0px 0px;
}
.mm-header-pane-right {
  background-color: #f1d6a9;
  border-bottom: 1px solid #512803;
  border-radius: 0px 20px 0px 0px;
}
.mm-footer-pane {
  background-color: #f1d6a9;
  border-radius: 0px 0px 20px 20px;
}


body {
  margin: 20px;
  background-image: url(../img/card.jpg);
  background-position: top left;
  background-size: auto;
  background-attachment: scroll;
  background-repeat: repeat;
  /*background-color: #EDCD99;*/
  color: #512803;
  /*font-size: 0.75rem;*/
}
a {
  color: #c16700;
}
a:hover {
  color: #8f4c00;
}
