/* Newsletter Button Styles */
.floating-newsletter-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-decoration: none;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}
