.footer-text {
  color: #D0D0D0; /* Change this to your desired color */
}

.hide {
  display: none;
}

.footer-text a {
  color: #D0D0D0 !important; /* Change this to your desired link color */
  text-decoration: none; /* Optional: Remove underline from links */
}

.footer-text a:hover {
  color: #D0D0D0 !important; /* Change this to your desired hover color */
  text-decoration: none; /* Optional: Underline links on hover */
}

.sidebar header .site-avatar .emoji {
  filter: opacity(80%);
  //--emoji-font-size: 40px;
}

.custom-button {
  background: #df7988;
  color: #fff;
  border: none;
  text-align: center;
  text-decoration: none;

  margin: 4px 2px;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: var(--tag-border-radius);
  display: inline-block;
  font-size: 1.4rem;
  transition: background-color .5s ease;
  border: 1px solid transparent;
}

.custom-button:hover {
  background-color: #FFFFFF;
  color: #333333;
  border: 1px solid #333333 !important; 
}