/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.scroll-button {
  background-color: #007cba;
  border: none;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  margin: -1rem auto 2rem;
  padding: 12px 24px;
  transition: background-color 0.3s ease;
}
.scroll-button:hover {
  filter: brightness(0.9);
}

/*# sourceMappingURL=style-index.css.map*/