.main-button--container {
  text-align: center;
  z-index: 99999;
}
.main-button--container a {
  font-size: 14px;
  display: inline-block;
  padding: 15px 40px;
  transition: all 0.2s;
  box-shadow: 0px 0 0px 4px rgba(0, 0, 0, 0.15);
}
.main-button--container.fixed {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.main-button--container:hover a {
  text-decoration: none;
  transform: scale(1.02);
}

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