.floating-circle {
  width: 190px;
  height: 190px;
  background-color: rgba(255,255,255,0.85);
  color: #046202;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 200px;
  right: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: hidden;
  padding: 10px;
  font-size: 9px;
  text-decoration: none;
  border: 2px solid #005e0a;
  z-index: 1000;
}

.circle-text {
  font-size: 1.2em;
}

