body {
  background-color: #CAD2C5;
}

main {
  width: 20%;
  margin: auto;
  padding: 20px;
  border: solid 2px black;
}

.button, .button--important, .button--big, .button--simple {
  background-color: #84A98C;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  margin: 5px 0;
  border: solid 2px rgb(81.8851674641, 117.1148325359, 89.5023923445);
  border-radius: 5px;
}
.button--simple {
  border: 0;
  border-radius: 0;
}
.button--big {
  font-size: 1.5em;
}
.button--important {
  background-color: red;
}/*# sourceMappingURL=extends.css.map */