body {
    font-family: 'Geologica', sans-serif;
}
.contact-panel {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  font-family: 'Geologica', sans-serif;
  color: #2FB95D;
  font-size: 14px;
  z-index: 1000;
}

.contact-panel a {
  text-decoration: none;
  color: #2FB95D;
  font-family: 'Geologica', sans-serif;
}

.contact-panel a:hover {
  text-decoration: underline;
}
