.rounded-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: var(--color-accent-darker);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.rounded-button a {
  color: #000;
  font-size: 1.2em;
  text-decoration: none;
}

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