html, body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

* {
  margin: 0;
  padding: 0;
}

.text-default {
  color: rgb(86,72,60);
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.def-color {
  color: #a88a71;
}

.md-headings {
  color: #b9977b;
}

.font-14 {
  font-size: 14px;
}

.def-hr {
  background-color: #8e4001;
}

.font-9 {
  font-size: 9px;
}

.font-11 {
  font-size: 11px;
}

.font-13 {
  font-size: 13px;
}

.font-15 {
  font-size: 15px;
}

.font-20 {
  font-size: 20px;
}

.cancel-btn {
  text-decoration: none;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

