.user-title-温雅墨客 {
  background: linear-gradient(315deg, #e8e2d9 0, #d1c9bc 74%) !important;
            animation: subtlePulse 4s infinite linear;
            color: #5a5348;
            font-family: 'Ma Shan Zheng', cursive;
}

@keyframes subtlePulse {
  0% { opacity: 0.9;
}

50% {
  opacity: 1;
}

100% {
  opacity: 0.9;
}