.flat-button {
  border: 2px solid;
  border-color: hsl(252, 55%, 34%);
  background: hsl(252, 55%, 34%);
  color: #020301;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.flat-button-off {
  border-color: #738627;
  background: transparent;
  color: inherit;
}
.flat-button-off:hover {
  background: #738627;
  color: inherit;
}

/*# sourceMappingURL=astrogallery.css.map */